|
Prashant Shah |
|
|
These are patches to "writer" tree
Prashant Shah (18): Cleanup: remove bogus comments from fldmgr.cxx Cleanup: remove bogus comments from fldedt.cxx Cleanup: remove bogus comments from fldfunc.cxx Cleanup: remove bogus comments from fldref.hxx Cleanup: remove bogus comments from flddb.cxx Cleanup: remove bogus comments from fldwrap.cxx Cleanup: remove bogus comments from flddinf.hxx Cleanup: remove bogus comments from DropDownFieldDialog.cxx Cleanup: remove bogus comments from flddinf.cxx Cleanup: remove bogus comments from changedb.cxx Cleanup: remove bogus comments from fldpage.hxx Cleanup: remove extra newlines from inpdlg.cxx Cleanup: remove bogus comments from flddok.hxx Cleanup: remove bogus comments from fldtdlg.cxx Cleanup: remove bogus comments from fldvar.hxx Cleanup: remove bogus comments from fldvar.cxx Cleanup: remove bogus comments from fldpage.cxx Cleanup: remove bogus comments from flddok.cxx sw/source/ui/fldui/DropDownFieldDialog.cxx | 7 --- sw/source/ui/fldui/changedb.cxx | 26 +----------- sw/source/ui/fldui/flddb.cxx | 48 +--------------------- sw/source/ui/fldui/flddinf.cxx | 38 +---------------- sw/source/ui/fldui/flddinf.hxx | 3 - sw/source/ui/fldui/flddok.cxx | 49 ---------------------- sw/source/ui/fldui/flddok.hxx | 4 -- sw/source/ui/fldui/fldedt.cxx | 34 --------------- sw/source/ui/fldui/fldfunc.cxx | 54 ------------------------ sw/source/ui/fldui/fldmgr.cxx | 41 +------------------ sw/source/ui/fldui/fldpage.cxx | 28 ------------ sw/source/ui/fldui/fldpage.hxx | 4 -- sw/source/ui/fldui/fldref.hxx | 4 -- sw/source/ui/fldui/fldtdlg.cxx | 36 +---------------- sw/source/ui/fldui/fldvar.cxx | 62 +--------------------------- sw/source/ui/fldui/fldvar.hxx | 8 ---- sw/source/ui/fldui/fldwrap.cxx | 31 +------------- sw/source/ui/fldui/inpdlg.cxx | 3 - 18 files changed, 8 insertions(+), 472 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
This patch removes bogus comments found in the fldmgr.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldmgr.cxx | 41 +---------------------------------------- 1 files changed, 1 insertions(+), 40 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldedt.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldedt.cxx | 34 ---------------------------------- 1 files changed, 0 insertions(+), 34 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldfunc.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldfunc.cxx | 54 ---------------------------------------- 1 files changed, 0 insertions(+), 54 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldref.hxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldref.hxx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the flddb.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/flddb.cxx | 48 +----------------------------------------- 1 files changed, 1 insertions(+), 47 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldwrap.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldwrap.cxx | 31 ++----------------------------- 1 files changed, 2 insertions(+), 29 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the flddinf.hxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/flddinf.hxx | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the DropDownFieldDialog.cxx file Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/DropDownFieldDialog.cxx | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the flddinf.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/flddinf.cxx | 38 +------------------------------------- 1 files changed, 1 insertions(+), 37 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the changedb.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/changedb.cxx | 26 +------------------------- 1 files changed, 1 insertions(+), 25 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldpage.hxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldpage.hxx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/inpdlg.cxx | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the flddok.hxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/flddok.hxx | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldtdlg.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldtdlg.cxx | 36 +----------------------------------- 1 files changed, 1 insertions(+), 35 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldvar.hxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldvar.hxx | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldvar.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldvar.cxx | 62 +---------------------------------------- 1 files changed, 1 insertions(+), 61 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the fldpage.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/fldpage.cxx | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Prashant Shah |
|
|
In reply to this post by Prashant Shah
This patch removes bogus comments found in the flddok.cxx file including empty Beschreibung (translation: description) statements Signed-off-by: Prashant Shah <[hidden email]> --- sw/source/ui/fldui/flddok.cxx | 49 ----------------------------------------- 1 files changed, 0 insertions(+), 49 deletions(-) _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Norbert Thiebaud |
|
|
On Sun, Oct 10, 2010 at 12:06 PM, Prashant Shah <[hidden email]> wrote:
> > This patch removes bogus comments found in the flddok.cxx file > including empty Beschreibung (translation: description) statements Thanks Prashant, Pushed them all. Can you try to combine some of them if a bigger patch - as long as it stays within s single git repos writer has 1678 cxx/hxx files... that will flood the mailing list.... > > Signed-off-by: Prashant Shah <[hidden email]> > --- > sw/source/ui/fldui/flddok.cxx | 49 ----------------------------------------- > 1 files changed, 0 insertions(+), 49 deletions(-) > > > _______________________________________________ > LibreOffice mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/libreoffice > > LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
| Powered by Nabble | Edit this page |