diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 10:51:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:28 +0200 |
commit | ee1c5c47680921465b8c880e7834d756cfc2e892 (patch) | |
tree | 240db1a199f324a2e32ab7fe61d60933d8295a7c /sfx2 | |
parent | f6a8cb7ae24ce87174526af845dbe45e1874d806 (diff) |
Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/filedlghelper.hrc | 2 | ||||
-rw-r--r-- | sfx2/source/bastyp/bastyp.src | 34 | ||||
-rw-r--r-- | sfx2/source/bastyp/fltfnc.src | 35 | ||||
-rw-r--r-- | sfx2/source/dialog/alienwarn.src | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/dinfedt.src | 32 | ||||
-rw-r--r-- | sfx2/source/dialog/filedlghelper.src | 41 | ||||
-rw-r--r-- | sfx2/source/dialog/mailwindow.src | 36 | ||||
-rw-r--r-- | sfx2/source/dialog/mgetempl.src | 30 | ||||
-rw-r--r-- | sfx2/source/dialog/newstyle.src | 31 | ||||
-rw-r--r-- | sfx2/source/dialog/recfloat.src | 20 | ||||
-rw-r--r-- | sfx2/source/dialog/templdlg.src | 18 | ||||
-rw-r--r-- | sfx2/source/dialog/versdlg.src | 25 | ||||
-rw-r--r-- | sfx2/source/doc/doctdlg.src | 35 | ||||
-rw-r--r-- | sfx2/source/doc/doctempl.src | 36 | ||||
-rw-r--r-- | sfx2/source/doc/new.src | 31 | ||||
-rw-r--r-- | sfx2/source/menu/menu.src | 7 |
16 files changed, 0 insertions, 415 deletions
diff --git a/sfx2/inc/filedlghelper.hrc b/sfx2/inc/filedlghelper.hrc index f28e0cd3a840..9d6a2c3290ad 100644 --- a/sfx2/inc/filedlghelper.hrc +++ b/sfx2/inc/filedlghelper.hrc @@ -37,5 +37,3 @@ #define STR_LB_VERSION (RID_SFX_EXPLORER_START + 64) #endif - - diff --git a/sfx2/source/bastyp/bastyp.src b/sfx2/source/bastyp/bastyp.src index e7a94555bb50..1d31cc8fbda1 100644 --- a/sfx2/source/bastyp/bastyp.src +++ b/sfx2/source/bastyp/bastyp.src @@ -21,37 +21,3 @@ String STR_HTML_GENERATOR { Text = "%PRODUCTNAME %PRODUCTVERSION %PRODUCTEXTENSION (%1)" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/bastyp/fltfnc.src b/sfx2/source/bastyp/fltfnc.src index 32af89531345..28bc41840be1 100644 --- a/sfx2/source/bastyp/fltfnc.src +++ b/sfx2/source/bastyp/fltfnc.src @@ -29,38 +29,3 @@ String STR_FILTER_CONSULT_SERVICE { Text [ en-US ] = "The selected filter $(FILTER) is not included in your edition.\nYou can find information about orders on our homepage."; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/alienwarn.src b/sfx2/source/dialog/alienwarn.src index 98d3372b2b30..7ac9c9f3b485 100644 --- a/sfx2/source/dialog/alienwarn.src +++ b/sfx2/source/dialog/alienwarn.src @@ -87,5 +87,3 @@ ModalDialog RID_DLG_ALIEN_WARNING Text [ en-US ] = "~Ask when not saving in ODF format"; }; }; - - diff --git a/sfx2/source/dialog/dinfedt.src b/sfx2/source/dialog/dinfedt.src index 110dccf11c40..ff66e2843287 100644 --- a/sfx2/source/dialog/dinfedt.src +++ b/sfx2/source/dialog/dinfedt.src @@ -91,35 +91,3 @@ ModalDialog DLG_DOCINFO_EDT TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/filedlghelper.src b/sfx2/source/dialog/filedlghelper.src index 668a93e71483..3f33c97fd8dc 100644 --- a/sfx2/source/dialog/filedlghelper.src +++ b/sfx2/source/dialog/filedlghelper.src @@ -116,44 +116,3 @@ String STR_LB_VERSION }; //******************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/mailwindow.src b/sfx2/source/dialog/mailwindow.src index c7ae9027d7cd..e2a0fac74977 100644 --- a/sfx2/source/dialog/mailwindow.src +++ b/sfx2/source/dialog/mailwindow.src @@ -29,39 +29,3 @@ ErrorBox RID_ERRBOX_MAIL_CONFIG }; // ------------------------------------------------------------------- EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/mgetempl.src b/sfx2/source/dialog/mgetempl.src index 9d0a8e269234..69de5be1d051 100644 --- a/sfx2/source/dialog/mgetempl.src +++ b/sfx2/source/dialog/mgetempl.src @@ -132,33 +132,3 @@ TabPage TP_MANAGE_STYLES }; }; // ********************************************************************** EOF - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/newstyle.src b/sfx2/source/dialog/newstyle.src index 1c59ab8f5028..035917e5ca58 100644 --- a/sfx2/source/dialog/newstyle.src +++ b/sfx2/source/dialog/newstyle.src @@ -63,34 +63,3 @@ ModalDialog DLG_NEW_STYLE_BY_EXAMPLE Message [ en-US ] = "Style already exists. Overwrite?" ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/recfloat.src b/sfx2/source/dialog/recfloat.src index 7a6c1440b9f0..71f6236d9c44 100644 --- a/sfx2/source/dialog/recfloat.src +++ b/sfx2/source/dialog/recfloat.src @@ -55,23 +55,3 @@ String STR_CANCEL_RECORDING { Text [ en-US ] = "Cancel Recording"; }; - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/templdlg.src b/sfx2/source/dialog/templdlg.src index 7075d1963757..920d6a5569b9 100644 --- a/sfx2/source/dialog/templdlg.src +++ b/sfx2/source/dialog/templdlg.src @@ -190,21 +190,3 @@ DockingWindow DLG_STYLE_DESIGNER }; }; }; - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/dialog/versdlg.src b/sfx2/source/dialog/versdlg.src index bf3c2001cf88..14f5a3ec6935 100644 --- a/sfx2/source/dialog/versdlg.src +++ b/sfx2/source/dialog/versdlg.src @@ -185,28 +185,3 @@ String DLG_COMMENTS { Text [ en-US ] = "Version comment" ; }; - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/doc/doctdlg.src b/sfx2/source/doc/doctdlg.src index 97dca2aaa024..3aaf703d1c9c 100644 --- a/sfx2/source/doc/doctdlg.src +++ b/sfx2/source/doc/doctdlg.src @@ -106,38 +106,3 @@ ModalDialog DLG_DOC_TEMPLATE Text [ en-US ] = "~Organizer..." ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/doc/doctempl.src b/sfx2/source/doc/doctempl.src index e71e77ff2cb3..482bbd4c0457 100644 --- a/sfx2/source/doc/doctempl.src +++ b/sfx2/source/doc/doctempl.src @@ -70,39 +70,3 @@ String RID_CNT_STR_WAITING { Text [ en-US ] = "The templates are being initialized for first-time usage." ; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/doc/new.src b/sfx2/source/doc/new.src index 3e194f922e47..3febf0331af8 100644 --- a/sfx2/source/doc/new.src +++ b/sfx2/source/doc/new.src @@ -231,34 +231,3 @@ ModalDialog DLG_NEW_FILE 44; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sfx2/source/menu/menu.src b/sfx2/source/menu/menu.src index b8698deab21b..d7b9fb01e0a5 100644 --- a/sfx2/source/menu/menu.src +++ b/sfx2/source/menu/menu.src @@ -80,10 +80,3 @@ String STR_MENU_THESAURUS }; // ******************************************************************* EOF - - - - - - - |