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 /cui | |
parent | f86ec3beba8f7fbea4f6da6bf8c692673d75980e (diff) |
remove some more bloat
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.src | 2 | ||||
-rw-r--r-- | cui/source/options/optdict.src | 4 | ||||
-rw-r--r-- | cui/source/tabpages/align.src | 2 | ||||
-rw-r--r-- | cui/source/tabpages/border.src | 1 | ||||
-rw-r--r-- | cui/source/tabpages/page.src | 1 |
5 files changed, 1 insertions, 9 deletions
diff --git a/cui/source/customize/acccfg.src b/cui/source/customize/acccfg.src index 7335e4676e01..5eae4159e757 100644 --- a/cui/source/customize/acccfg.src +++ b/cui/source/customize/acccfg.src @@ -51,6 +51,4 @@ Resource RID_SVXPAGE_CONFIGGROUPBOX }; }; - // ********************************************************************** EOF - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/options/optdict.src b/cui/source/options/optdict.src index 71fb487e6d91..d1880874eb73 100644 --- a/cui/source/options/optdict.src +++ b/cui/source/options/optdict.src @@ -21,7 +21,6 @@ #include "helpid.hrc" #include <cuires.hrc> - // Strings --------------------------------------------------------------- String RID_SVXSTR_OPT_DOUBLE_DICTS { Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ; @@ -30,13 +29,12 @@ String STR_MODIFY { Text [ en-US ] = "~Replace" ; }; - // RID_SFXQB_SET_LANGUAGE ------------------------------------------------ + QueryBox RID_SFXQB_SET_LANGUAGE { Buttons = WB_YES_NO ; DefButton = WB_DEF_NO ; Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/tabpages/align.src b/cui/source/tabpages/align.src index a1736f5a0823..5a15a1c5965e 100644 --- a/cui/source/tabpages/align.src +++ b/cui/source/tabpages/align.src @@ -22,7 +22,6 @@ #define MASKCOLOR \ MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; } - // define --------------------------------------------------------------- #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; } ImageList IL_LOCK_BMPS @@ -37,6 +36,5 @@ ImageList IL_LOCK_BMPS }; IdCount = { 3 ; }; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/tabpages/border.src b/cui/source/tabpages/border.src index 74d1f8e057f7..dfd0d0e7523d 100644 --- a/cui/source/tabpages/border.src +++ b/cui/source/tabpages/border.src @@ -22,7 +22,6 @@ #include "border.hrc" #include <svx/dialogs.hrc> - // define --------------------------------------------------------------- #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; } ImageList IL_PRE_BITMAPS diff --git a/cui/source/tabpages/page.src b/cui/source/tabpages/page.src index ff1d251bb958..a5cdf3ab7bd1 100644 --- a/cui/source/tabpages/page.src +++ b/cui/source/tabpages/page.src @@ -95,6 +95,5 @@ StringArray RID_SVXSTRARY_PAPERSIZE_DRAW < "Japanese Postcard" ; PAPERSIZE_POSTCARD_JP; > ; }; }; - // ********************************************************************** EOF /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |