diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:39:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 09:39:35 +0200 |
commit | 9d2977d0a36b0c793ef7e08007e91787a61ab7c7 (patch) | |
tree | c2ee1923b6f53ae584859fb1d9af96f53ff5d9a7 /svx | |
parent | f86ec3beba8f7fbea4f6da6bf8c692673d75980e (diff) |
remove some more bloat
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/langbox.src | 2 | ||||
-rw-r--r-- | svx/source/dialog/language.src | 2 | ||||
-rw-r--r-- | svx/source/dialog/sdstring.src | 1 | ||||
-rw-r--r-- | svx/source/dialog/txenctab.src | 2 | ||||
-rw-r--r-- | svx/source/engine3d/string3d.src | 1 | ||||
-rw-r--r-- | svx/source/items/svxerr.src | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/grafctrl.src | 5 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.src | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/dialog/langbox.src b/svx/source/dialog/langbox.src index 54947a833a16..21caee60c02e 100644 --- a/svx/source/dialog/langbox.src +++ b/svx/source/dialog/langbox.src @@ -31,6 +31,4 @@ Image RID_SVXIMG_CHECKED MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; }; -// ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/language.src b/svx/source/dialog/language.src index 977718ee0f63..f3275f72757b 100644 --- a/svx/source/dialog/language.src +++ b/svx/source/dialog/language.src @@ -26,6 +26,4 @@ String RID_SVXSTR_LANGUAGE_ALL Text [ en-US ] = "[All]" ; }; - // ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/dialog/sdstring.src b/svx/source/dialog/sdstring.src index 4cb1c9b9a02d..76eda7e60c7b 100644 --- a/svx/source/dialog/sdstring.src +++ b/svx/source/dialog/sdstring.src @@ -1901,7 +1901,6 @@ String RID_SVXSTR_TRASNGR0 Text [ en-US ] = "Transparency"; }; - // ********************************************************************** EOF // RID_SVXSTR_FIELDUNIT_TABLE -------------------------------------------- diff --git a/svx/source/dialog/txenctab.src b/svx/source/dialog/txenctab.src index 74ecaca31eae..d80374e1c245 100644 --- a/svx/source/dialog/txenctab.src +++ b/svx/source/dialog/txenctab.src @@ -24,7 +24,6 @@ #define PairedList ItemList // Encodings for which no conversion exist yet are commented out. - // RID_SVXSTR_TEXTENCODING_TABLE ---------------------------------------------------- StringArray RID_SVXSTR_TEXTENCODING_TABLE { PairedList [ en-US ] = @@ -108,6 +107,5 @@ StringArray RID_SVXSTR_TEXTENCODING_TABLE < "Cyrillic (PT154)" ; RTL_TEXTENCODING_PT154 ; > ; }; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/engine3d/string3d.src b/svx/source/engine3d/string3d.src index b4247dcf873a..3a9be10b47dc 100644 --- a/svx/source/engine3d/string3d.src +++ b/svx/source/engine3d/string3d.src @@ -64,6 +64,5 @@ String RID_SVX_3D_UNDO_ATTRIBUTES { Text [ en-US ] = "3D Attributes" ; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/items/svxerr.src b/svx/source/items/svxerr.src index a4acbc4a0eff..6c164c28789b 100644 --- a/svx/source/items/svxerr.src +++ b/svx/source/items/svxerr.src @@ -140,6 +140,5 @@ Resource RID_SVXERRCODE Text [ en-US ] = "Password protection is not supported when documents are saved in a Microsoft Office format.\nDo you want to save the document without password protection?"; }; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/grafctrl.src b/svx/source/tbxctrls/grafctrl.src index 163c8ab60d47..314a746dfa05 100644 --- a/svx/source/tbxctrls/grafctrl.src +++ b/svx/source/tbxctrls/grafctrl.src @@ -106,9 +106,6 @@ FloatingWindow RID_SVXTBX_GRFFILTER }; -// - Strings - - - String RID_SVXSTR_UNDO_GRAFMODE { Text [ en-US ] = "Image Mode"; @@ -146,6 +143,4 @@ String RID_SVXSTR_GRAFCROP Text [ en-US ] = "Crop"; }; -// ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/tbxctrls/tbcontrl.src b/svx/source/tbxctrls/tbcontrl.src index 665f0fa5c2af..94151bf5049a 100644 --- a/svx/source/tbxctrls/tbcontrl.src +++ b/svx/source/tbxctrls/tbcontrl.src @@ -165,6 +165,4 @@ String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE Text [ en-US ] = "Font Name. The current font is not available and will be substituted."; }; -// ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |