diff options
author | Andras Timar <atimar@suse.com> | 2011-11-08 11:28:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-08 11:28:33 +0100 |
commit | a2dacd920513485140254729f23ed932c52cdad4 (patch) | |
tree | e49e6e4258070b408fc892f45d419f47bf1e92c0 | |
parent | 527f070dd5738f4647eb2b7f9e629b0107aad14d (diff) |
remove empty Text [ x-comment ] entries
-rw-r--r-- | cui/source/dialogs/sdrcelldlg.src | 6 | ||||
-rw-r--r-- | cui/source/options/optchart.src | 5 | ||||
-rw-r--r-- | dbaccess/source/ui/inc/toolbox_tmpl.hrc | 1 | ||||
-rw-r--r-- | framework/source/classes/resource.src | 7 | ||||
-rw-r--r--[-rwxr-xr-x] | readlicense_oo/docs/readme/eval.xsl | 0 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/dlgpage.src | 16 | ||||
-rw-r--r-- | reportdesign/source/ui/inspection/inspection.src | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/report/report.src | 13 | ||||
-rw-r--r-- | sc/source/ui/drawfunc/objdraw.src | 25 | ||||
-rw-r--r-- | sc/source/ui/src/sortdlg.src | 1 | ||||
-rw-r--r-- | sd/source/core/glob.src | 1 | ||||
-rw-r--r-- | svx/source/stbctrls/stbctrls.src | 1 | ||||
-rw-r--r-- | sw/source/ui/config/optdlg.src | 1 | ||||
-rw-r--r-- | sw/source/ui/config/optload.src | 1 | ||||
-rw-r--r-- | sw/source/ui/inc/toolbox.hrc | 3 | ||||
-rw-r--r-- | sw/source/ui/lingu/olmenu.src | 1 | ||||
-rw-r--r-- | sw/source/ui/misc/titlepage.src | 14 | ||||
-rw-r--r-- | sw/source/ui/shells/shells.src | 50 |
18 files changed, 0 insertions, 148 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.src b/cui/source/dialogs/sdrcelldlg.src index 7f03cc9010bc..ebb5126d76fb 100644 --- a/cui/source/dialogs/sdrcelldlg.src +++ b/cui/source/dialogs/sdrcelldlg.src @@ -50,7 +50,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG PageResID = RID_SVXPAGE_CHAR_NAME ; Text [ de ] = "Schrift" ; Text [ en-US ] = "Font" ; - Text [ x-comment ] = " "; }; PageItem { @@ -58,7 +57,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG PageResID = RID_SVXPAGE_CHAR_EFFECTS ; Text [ de ] = "Schrifteffekt" ; Text [ en-US ] = "Font Effects" ; - Text [ x-comment ] = " "; }; PageItem { @@ -66,7 +64,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG PageResID = RID_SVXPAGE_BORDER; Text [ de ] = "Umrandung" ; Text [ en-US ] = "Borders" ; - Text [ x-comment ] = " "; }; PageItem { @@ -74,7 +71,6 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG PageResID = RID_SVXPAGE_AREA; Text [ de ] = "Hintergrund"; Text [ en-US ] = "Background"; - Text [ x-comment ] = " "; }; }; }; @@ -103,7 +99,5 @@ TabDialog RID_SVX_FORMAT_CELLS_DLG Text [ de ] = "Zurück" ; Text [ en-US ] = "Return" ; TabStop = TRUE ; - Text [ x-comment ] = " "; }; - Text [ x-comment ] = " "; }; diff --git a/cui/source/options/optchart.src b/cui/source/options/optchart.src index 425fbcf11689..7c95d04cabad 100644 --- a/cui/source/options/optchart.src +++ b/cui/source/options/optchart.src @@ -42,7 +42,6 @@ TabPage RID_OPTPAGE_CHART_DEFCOLORS Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 80 , 8 ) ; Text [ en-US ] = "Chart colors"; - Text [ x-comment ] = " "; }; ListBox LB_CHART_COLOR_LIST { @@ -58,7 +57,6 @@ TabPage RID_OPTPAGE_CHART_DEFCOLORS Pos = MAP_APPFONT ( 92 , 3 ) ; Size = MAP_APPFONT ( 106 , 8 ) ; Text [ en-US ] = "Color table" ; - Text [ x-comment ] = " "; }; Control CT_COLOR_BOX { @@ -72,14 +70,12 @@ TabPage RID_OPTPAGE_CHART_DEFCOLORS Pos = MAP_APPFONT ( 204 , 15 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Add"; - Text [ x-comment ] = " "; }; PushButton PB_REMOVE_CHART_COLOR { Pos = MAP_APPFONT ( 204 , 32 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Remove"; - Text [ x-comment ] = " "; }; PushButton PB_RESET_TO_DEFAULT { @@ -87,7 +83,6 @@ TabPage RID_OPTPAGE_CHART_DEFCOLORS Pos = MAP_APPFONT ( 204 , 165 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Default"; - Text [ x-comment ] = " "; }; }; diff --git a/dbaccess/source/ui/inc/toolbox_tmpl.hrc b/dbaccess/source/ui/inc/toolbox_tmpl.hrc index dfd035d42500..524646b2220b 100644 --- a/dbaccess/source/ui/inc/toolbox_tmpl.hrc +++ b/dbaccess/source/ui/inc/toolbox_tmpl.hrc @@ -33,7 +33,6 @@ #define MID_SBA_QRY_REFRESH \ Identifier = ID_BROWSER_REFRESH ; \ Text [ en-US ] = "Refresh"; \ - Text [ x-comment ] = " "; \ #define MID_NEW_VIEW_DESIGN \ diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index c1af6eb2c3c9..2a9bf0dc7e51 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -320,41 +320,34 @@ String STR_UNTITLED_DOCUMENT String STR_LANGSTATUS_MULTIPLE_LANGUAGES { Text [ en-US ] = "Multiple Languages" ; - Text [ x-comment ] = " "; }; String STR_LANGSTATUS_NONE { Text [ en-US ] = "None (Do not check spelling)" ; - Text [ x-comment ] = " "; }; String STR_RESET_TO_DEFAULT_LANGUAGE { Text [ en-US ] = "Reset to Default Language" ; - Text [ x-comment ] = " "; }; String STR_LANGSTATUS_MORE { Text [ en-US ] = "More..." ; - Text [ x-comment ] = " "; }; String STR_SET_LANGUAGE_FOR_SELECTION { Text [ en-US ] = "Set Language for Selection" ; - Text [ x-comment ] = " "; }; String STR_SET_LANGUAGE_FOR_PARAGRAPH { Text [ en-US ] = "Set Language for Paragraph" ; - Text [ x-comment ] = " "; }; String STR_SET_LANGUAGE_FOR_ALL_TEXT { Text [ en-US ] = "Set Language for all Text" ; - Text [ x-comment ] = " "; }; diff --git a/readlicense_oo/docs/readme/eval.xsl b/readlicense_oo/docs/readme/eval.xsl index 613e61d673f9..613e61d673f9 100755..100644 --- a/readlicense_oo/docs/readme/eval.xsl +++ b/readlicense_oo/docs/readme/eval.xsl diff --git a/reportdesign/source/ui/dlg/dlgpage.src b/reportdesign/source/ui/dlg/dlgpage.src index dd05a94b6395..b9361ae54441 100644 --- a/reportdesign/source/ui/dlg/dlgpage.src +++ b/reportdesign/source/ui/dlg/dlgpage.src @@ -46,14 +46,12 @@ TabDialog RID_PAGEDIALOG_PAGE Identifier = RID_SVXPAGE_PAGE ; Text [ en-US ] = "Page" ; PageResID = RID_SVXPAGE_PAGE ; - Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_BACKGROUND ; Text [ en-US ] = "Background" ; PageResID = RID_SVXPAGE_BACKGROUND ; - Text [ x-comment ] = " "; }; }; }; @@ -82,7 +80,6 @@ TabDialog RID_PAGEDIALOG_PAGE Text [ en-US ] = "Return" ; TabStop = TRUE ; }; - Text [ x-comment ] = " "; String 1 { @@ -130,9 +127,7 @@ TabDialog RID_PAGEDIALOG_BACKGROUND Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "Return" ; TabStop = TRUE ; - Text [ x-comment ] = " "; }; - Text [ x-comment ] = " "; String 1 { @@ -157,14 +152,12 @@ TabDialog RID_PAGEDIALOG_CHAR Identifier = RID_PAGE_CHAR ; Text [ en-US ] = "Font" ; PageResID = RID_PAGE_CHAR ; - Text [ x-comment ] = " "; }; PageItem { Identifier = RID_PAGE_EFFECTS ; Text [ en-US ] = "Font Effects" ; PageResID = RID_PAGE_EFFECTS ; - Text [ x-comment ] = " "; }; PageItem { @@ -183,14 +176,12 @@ TabDialog RID_PAGEDIALOG_CHAR Identifier = RID_PAGE_BACKGROUND ; Text [ en-US ] = "Background" ; PageResID = RID_PAGE_BACKGROUND ; - Text [ x-comment ] = " "; }; PageItem { Identifier = RID_PAGE_ALIGNMENT ; Text [ en-US ] = "Alignment" ; PageResID = RID_PAGE_ALIGNMENT ; - Text [ x-comment ] = " "; }; }; }; @@ -218,9 +209,7 @@ TabDialog RID_PAGEDIALOG_CHAR Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "Return" ; TabStop = TRUE ; - Text [ x-comment ] = " "; }; - Text [ x-comment ] = " "; String 1 { @@ -247,21 +236,18 @@ TabDialog RID_PAGEDIALOG_LINE Identifier = RID_SVXPAGE_LINE ; Text [ en-US ] = "Line" ; PageResID = RID_SVXPAGE_LINE ; - Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_LINE_DEF ; Text [ en-US ] = "Line Styles" ; PageResID = RID_SVXPAGE_LINE_DEF ; - Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_LINEEND_DEF ; Text [ en-US ] = "Arrow Styles" ; PageResID = RID_SVXPAGE_LINEEND_DEF ; - Text [ x-comment ] = " "; }; }; }; @@ -289,9 +275,7 @@ TabDialog RID_PAGEDIALOG_LINE Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "Return" ; TabStop = TRUE ; - Text [ x-comment ] = " "; }; - Text [ x-comment ] = " "; String 1 { diff --git a/reportdesign/source/ui/inspection/inspection.src b/reportdesign/source/ui/inspection/inspection.src index 5d496ee26d83..e24d4f219281 100644 --- a/reportdesign/source/ui/inspection/inspection.src +++ b/reportdesign/source/ui/inspection/inspection.src @@ -36,12 +36,10 @@ String RID_STR_PROPPAGE_DEFAULT { Text [ en-US ] = "General" ; - Text [ x-comment ] = " "; }; String RID_STR_PROPPAGE_DATA { Text [ en-US ] = "Data" ; - Text [ x-comment ] = " "; }; Resource RID_STR_BOOL { diff --git a/reportdesign/source/ui/report/report.src b/reportdesign/source/ui/report/report.src index c4c64b83d1c6..c9ae0623ce09 100644 --- a/reportdesign/source/ui/report/report.src +++ b/reportdesign/source/ui/report/report.src @@ -80,17 +80,14 @@ String RID_STR_PROPTITLE_FIXEDTEXT String RID_STR_PROPTITLE_FIXEDLINE { Text [ en-US ] = "Line" ; - Text [ x-comment ] = " "; }; String RID_STR_PROPTITLE_FORMATTED { Text [ en-US ] = "Formatted Field"; - Text [ x-comment ] = " "; }; String RID_STR_PROPTITLE_SHAPE { Text [ en-US ] = "Shape"; - Text [ x-comment ] = " "; }; String RID_STR_PROPTITLE_REPORT { @@ -212,7 +209,6 @@ String RID_STR_PREVIEW_VIEW String STR_RPT_TITLE { Text [ en-US ] = "Report #" ; - Text [ x-comment ] = " "; }; String STR_RPT_LABEL @@ -425,7 +421,6 @@ Menu RID_MENU_REPORT Identifier = SID_OBJECT_RESIZING ; Command = ".uno:ObjectResize" ; Text [ en-US ] = "~Object Resizing" ; - Text [ x-comment ] = " "; SubMenu = Menu { ItemList = @@ -435,14 +430,12 @@ Menu RID_MENU_REPORT Identifier = SID_OBJECT_SMALLESTWIDTH ; Command = ".uno:SmallestWidth" ; Text [ en-US ] = "~Fit to smallest width" ; - Text [ x-comment ] = " "; }; MenuItem { Identifier = SID_OBJECT_GREATESTWIDTH ; Command = ".uno:GreatestWidth" ; Text [ en-US ] = "~Fit to greatest width" ; - Text [ x-comment ] = " "; }; MenuItem { @@ -453,14 +446,12 @@ Menu RID_MENU_REPORT Identifier = SID_OBJECT_SMALLESTHEIGHT ; Command = ".uno:SmallestHeight" ; Text [ en-US ] = "~Fit to smallest height" ; - Text [ x-comment ] = " "; }; MenuItem { Identifier = SID_OBJECT_GREATESTHEIGHT ; Command = ".uno:GreatestHeight" ; Text [ en-US ] = "~Fit to greatest height" ; - Text [ x-comment ] = " "; }; }; }; @@ -475,7 +466,6 @@ Menu RID_MENU_REPORT Identifier = SID_SECTION_SHRINK_MENU ; Command = ".uno:SectionShrinkMenu" ; Text [ en-US ] = "Section" ; - Text [ x-comment ] = " "; SubMenu = Menu { ItemList = @@ -485,21 +475,18 @@ Menu RID_MENU_REPORT Identifier = SID_SECTION_SHRINK ; Command = ".uno:SectionShrink" ; Text [ en-US ] = "Shrink" ; - Text [ x-comment ] = " "; }; MenuItem { Identifier = SID_SECTION_SHRINK_TOP ; Command = ".uno:SectionShrinkTop" ; Text [ en-US ] = "Shrink from top" ; - Text [ x-comment ] = " "; }; MenuItem { Identifier = SID_SECTION_SHRINK_BOTTOM ; Command = ".uno:SectionShrinkBottom" ; Text [ en-US ] = "Shrink from bottom" ; - Text [ x-comment ] = " "; }; }; }; diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src index b0cec43dd16b..5df0c5f3f490 100644 --- a/sc/source/ui/drawfunc/objdraw.src +++ b/sc/source/ui/drawfunc/objdraw.src @@ -37,7 +37,6 @@ Identifier = SID_TEXT_STANDARD ; \ HelpID = CMD_SID_TEXT_STANDARD ; \ Text [ en-US ] = "~Default" ; \ - Text [ x-comment ] = " ";\ }; // Font (SID_ATTR_CHAR_FONT) und Groesse (SID_ATTR_CHAR_FONTHEIGHT) duerfen nicht im @@ -89,18 +88,15 @@ Identifier = SID_SET_SUPER_SCRIPT ; \ HelpID = CMD_SID_SET_SUPER_SCRIPT ; \ Text [ en-US ] = "~Superscript" ; \ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ Identifier = SID_SET_SUB_SCRIPT ; \ HelpID = CMD_SID_SET_SUB_SCRIPT ; \ Text [ en-US ] = "S~ubscript" ; \ - Text [ x-comment ] = " ";\ };\ };\ };\ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ @@ -118,7 +114,6 @@ HelpID = CMD_SID_ATTR_PARA_ADJUST_LEFT ; \ RadioCheck = TRUE ; \ Text [ en-US ] = "~Left" ;\ - Text [ x-comment ] = " "; \ };\ MenuItem\ {\ @@ -140,11 +135,9 @@ HelpID = CMD_SID_ATTR_PARA_ADJUST_BLOCK ; \ RadioCheck = TRUE ; \ Text [ en-US ] = "~Justified" ; \ - Text [ x-comment ] = " ";\ };\ };\ };\ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ @@ -173,7 +166,6 @@ };\ };\ };\ - Text [ x-comment ] = " ";\ }; #define MN_DRWTXT \ @@ -206,7 +198,6 @@ Identifier = SID_DRAWTEXT_ATTR_DLG ; \ HelpID = CMD_SID_DRAWTEXT_ATTR_DLG ; \ Text [ en-US ] = "Te~xt..." ; \ - Text [ x-comment ] = " ";\ }; #define MN_ASSIGNMACRO \ @@ -215,7 +206,6 @@ Identifier = SID_ASSIGNMACRO ; \ HelpID = CMD_SID_ASSIGNMACRO ; \ Text [ en-US ] = "Assig~n Macro..." ; \ - Text [ x-comment ] = " ";\ }; #define MN_ORIGINALSIZE \ @@ -224,7 +214,6 @@ Identifier = SID_ORIGINALSIZE ; \ HelpId = CMD_SID_ORIGINALSIZE ; \ Text [ en-US ] = "~Original Size" ; \ - Text [ x-comment ] = " ";\ }; #define MN_RENAME_OBJECT \ @@ -259,18 +248,15 @@ Identifier = SID_MIRROR_VERTICAL ; \ HelpId = CMD_SID_MIRROR_VERTICAL ; \ Text [ en-US ] = "~Vertically" ; \ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ Identifier = SID_MIRROR_HORIZONTAL ; \ HelpId = CMD_SID_MIRROR_HORIZONTAL ; \ Text [ en-US ] = "~Horizontal" ; \ - Text [ x-comment ] = " ";\ };\ };\ };\ - Text [ x-comment ] = " ";\ }; #define MN_ARRANGESUB \ @@ -292,14 +278,12 @@ Identifier = SID_FRAME_UP ; \ HelpId = CMD_SID_FRAME_UP ; \ Text [ en-US ] = "Bring ~Forward" ; \ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ Identifier = SID_FRAME_DOWN ; \ HelpId = CMD_SID_FRAME_DOWN ; \ Text [ en-US ] = "Send Back~ward" ; \ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ @@ -316,7 +300,6 @@ };\ };\ };\ - Text [ x-comment ] = " ";\ }; #define MN_ANCHORSUB \ @@ -335,7 +318,6 @@ Identifier = SID_ANCHOR_PAGE ; \ HelpId = CMD_SID_ANCHOR_PAGE ; \ Text [ en-US ] = "To P~age" ; \ - Text [ x-comment ] = " ";\ };\ MenuItem\ {\ @@ -343,11 +325,9 @@ Identifier = SID_ANCHOR_CELL ; \ HelpId = CMD_SID_ANCHOR_CELL ; \ Text [ en-US ] = "To ~Cell" ; \ - Text [ x-comment ] = " ";\ };\ };\ };\ - Text [ x-comment ] = " ";\ }; #define MN_ALIGNSUB \ @@ -390,7 +370,6 @@ };\ };\ };\ - Text [ x-comment ] = " ";\ }; // @@ -402,7 +381,6 @@ String RID_DRAW_OBJECTBAR { Text [ en-US ] = "Drawing Object Bar" ; - Text [ x-comment ] = " "; }; // // Text-Toolbox @@ -410,7 +388,6 @@ String RID_DRAW_OBJECTBAR String RID_TEXT_TOOLBOX { Text [ en-US ] = "Text Object Bar" ; - Text [ x-comment ] = " "; }; // // Graphics toolbox @@ -425,7 +402,6 @@ String RID_GRAPHIC_OBJECTBAR String RID_POPUP_DRAW { Text [ en-US ] = "Pop-up menu for drawing objects" ; - Text [ x-comment ] = " "; }; // // Popup-Menue fuer (allgemeine) Zeichenobjekte @@ -651,7 +627,6 @@ Menu RID_POPUP_CHART String RID_POPUP_DRAWTEXT { Text [ en-US ] = "Pop-up menu for text objects" ; - Text [ x-comment ] = " "; }; Menu RID_POPUP_DRAWTEXT diff --git a/sc/source/ui/src/sortdlg.src b/sc/source/ui/src/sortdlg.src index a05c740b684f..5a94eac930f9 100644 --- a/sc/source/ui/src/sortdlg.src +++ b/sc/source/ui/src/sortdlg.src @@ -175,7 +175,6 @@ TabPage RID_SCPAGE_SORT_OPTIONS Text [ cs ] = "Aktivovat přirozené třídění" ; Text [ sk ] = "Aktivovať prirodzené triedenie" ; TabStop = TRUE ; - Text [ x-comment ] = " " ; }; CheckBox BTN_COPYRESULT { diff --git a/sd/source/core/glob.src b/sd/source/core/glob.src index a0ed03c3ce06..5d736a55e538 100644 --- a/sd/source/core/glob.src +++ b/sd/source/core/glob.src @@ -348,7 +348,6 @@ String STR_TABLEOBJECTBARSHELL { Text [ de ] = "Tabelle" ; Text [ en-US ] = "Table" ; - Text [ x-comment ] = " "; }; String STR_POWERPOINT_IMPORT diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src index 9acfa83c03e2..7f37e4df6647 100644 --- a/svx/source/stbctrls/stbctrls.src +++ b/svx/source/stbctrls/stbctrls.src @@ -60,7 +60,6 @@ String RID_SVXSTR_SELMODE_BLK { // 'Block' shortened to max. 3 chararcters Text [ en-US ] = "BLK" ; - Text [ x-comment ] = " "; }; String RID_SVXSTR_XMLSEC_SIG_OK diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src index 581cfb0d9a79..07cc1d7fba2a 100644 --- a/sw/source/ui/config/optdlg.src +++ b/sw/source/ui/config/optdlg.src @@ -346,7 +346,6 @@ TabPage TP_OPTPRINT_PAGE Pos = MAP_APPFONT ( 103 , 53 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Right to Left" ; - Text [ x-comment ] = " "; }; RadioButton RB_NO { diff --git a/sw/source/ui/config/optload.src b/sw/source/ui/config/optload.src index b5e51ef665ae..bf80cfe44601 100644 --- a/sw/source/ui/config/optload.src +++ b/sw/source/ui/config/optload.src @@ -153,7 +153,6 @@ TabPage TP_OPTLOAD_PAGE Pos = MAP_APPFONT ( 12 , 130) ; Size = MAP_APPFONT ( 109 , 10 ) ; Text [ en-US ] = "Enable char unit"; - Text [ x-comment ] = " "; }; }; diff --git a/sw/source/ui/inc/toolbox.hrc b/sw/source/ui/inc/toolbox.hrc index 73ab3059d705..dbcf91a302ff 100644 --- a/sw/source/ui/inc/toolbox.hrc +++ b/sw/source/ui/inc/toolbox.hrc @@ -296,7 +296,6 @@ {\ ITEM_TOOLBAR_BACKGROUND_COLOR\ Text [ en-US ] = "Paragraph Background" ; \ - Text [ x-comment ] = " ";\ }; #define MN_TEXT_DIALOGS(HIDE)\ @@ -520,7 +519,6 @@ Identifier = FN_FORMAT_FRAME_DLG;\ HelpID = FN_FORMAT_GRAFIC_DLG;\ Text [ en-US ] = "Graphics Properties";\ - Text [ x-comment ] = " ";\ }; @@ -530,7 +528,6 @@ Identifier = FN_FORMAT_FRAME_DLG;\ HelpID = FN_FORMAT_FRAME_DLG;\ Text [ en-US ] = "Object Properties";\ - Text [ x-comment ] = " ";\ }; #define MN_GRID(hide)\ diff --git a/sw/source/ui/lingu/olmenu.src b/sw/source/ui/lingu/olmenu.src index b8d9124d2e52..0f9b77e36ee9 100644 --- a/sw/source/ui/lingu/olmenu.src +++ b/sw/source/ui/lingu/olmenu.src @@ -118,7 +118,6 @@ String STR_LANGSTATUS_NONE String STR_RESET_TO_DEFAULT_LANGUAGE { Text [ en-US ] = "Reset to Default Language" ; - Text [ x-comment ] = " "; }; String STR_LANGSTATUS_MORE { diff --git a/sw/source/ui/misc/titlepage.src b/sw/source/ui/misc/titlepage.src index 1f61be16144a..f23dfcfff2ee 100644 --- a/sw/source/ui/misc/titlepage.src +++ b/sw/source/ui/misc/titlepage.src @@ -45,7 +45,6 @@ ModalDialog DLG_TITLEPAGE Pos = MAP_APPFONT ( 6 , 5 ) ; Size = MAP_APPFONT ( 204 , 8 ) ; Text [ en-US ] = "Make Title Pages" ; - Text [ x-comment ] = " "; }; RadioButton RB_USE_EXISTING_PAGES { @@ -54,21 +53,18 @@ ModalDialog DLG_TITLEPAGE Text [ en-US ] = "Convert existing pages to title pages" ; TabStop = TRUE ; Check = TRUE ; - Text [ x-comment ] = " "; }; RadioButton RB_INSERT_NEW_PAGES { Pos = MAP_APPFONT ( 12 , 34 ) ; Size = MAP_APPFONT ( 198 , 10 ) ; Text [ en-US ] = "Insert new title pages" ; - Text [ x-comment ] = " "; }; FixedText FT_PAGE_COUNT { Pos = MAP_APPFONT ( 12 , 50 ) ; Size = MAP_APPFONT ( 82 , 8 ) ; Text [ en-US ] = "Number of title pages" ; - Text [ x-comment ] = " "; }; NumericField NF_PAGE_COUNT { @@ -90,14 +86,12 @@ ModalDialog DLG_TITLEPAGE Pos = MAP_APPFONT ( 136 , 50 ) ; Size = MAP_APPFONT ( 80 , 10 ) ; Text [ en-US ] = "pages" ; - Text [ x-comment ] = " "; }; FixedText FT_PAGE_START { Pos = MAP_APPFONT ( 12 , 66 ) ; Size = MAP_APPFONT ( 82 , 8 ) ; Text [ en-US ] = "Place title pages at" ; - Text [ x-comment ] = " "; }; RadioButton RB_DOCUMENT_START { @@ -106,14 +100,12 @@ ModalDialog DLG_TITLEPAGE Text [ en-US ] = "Document Start" ; TabStop = TRUE ; Check = TRUE ; - Text [ x-comment ] = " "; }; RadioButton RB_PAGE_START { Pos = MAP_APPFONT ( 100 , 78 ) ; Size = MAP_APPFONT ( 30 , 10 ) ; Text [ en-US ] = "Page" ; - Text [ x-comment ] = " "; }; NumericField NF_PAGE_START { @@ -135,7 +127,6 @@ ModalDialog DLG_TITLEPAGE Pos = MAP_APPFONT ( 6 , 98 ) ; Size = MAP_APPFONT ( 204 , 8 ) ; Text [ en-US ] = "Page Numbering" ; - Text [ x-comment ] = " "; }; CheckBox CB_RESTART_NUMBERING { @@ -143,14 +134,12 @@ ModalDialog DLG_TITLEPAGE Size = MAP_APPFONT ( 198 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Reset Page Numbering after title pages" ; - Text [ x-comment ] = " "; }; FixedText FT_RESTART_NUMBERING { Pos = MAP_APPFONT ( 20 , 125 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "Page Number" ; - Text [ x-comment ] = " "; }; NumericField NF_RESTART_NUMBERING { @@ -173,14 +162,12 @@ ModalDialog DLG_TITLEPAGE Size = MAP_APPFONT ( 198 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Set Page Number for first title page" ; - Text [ x-comment ] = " "; }; FixedText FT_SET_PAGE_NUMBER { Pos = MAP_APPFONT ( 20 , 153 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "Page Number" ; - Text [ x-comment ] = " "; }; NumericField NF_SET_PAGE_NUMBER { @@ -202,7 +189,6 @@ ModalDialog DLG_TITLEPAGE Pos = MAP_APPFONT ( 6 , 169 ) ; Size = MAP_APPFONT ( 204 , 8 ) ; Text [ en-US ] = "Edit Page Properties" ; - Text [ x-comment ] = " "; }; ListBox LB_PAGE_PROPERTIES { diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src index 23efd4977883..ad275b54e052 100644 --- a/sw/source/ui/shells/shells.src +++ b/sw/source/ui/shells/shells.src @@ -37,32 +37,26 @@ InfoBox MSG_NO_RULER String STR_GRFILTER_OPENERROR { Text [ en-US ] = "Graphics file cannot be opened" ; - Text [ x-comment ] = " "; }; String STR_GRFILTER_IOERROR { Text [ en-US ] = "Graphics file cannot be read" ; - Text [ x-comment ] = " "; }; String STR_GRFILTER_FORMATERROR { Text [ en-US ] = "Unknown graphic format" ; - Text [ x-comment ] = " "; }; String STR_GRFILTER_VERSIONERROR { Text [ en-US ] = "This graphic file version is not supported" ; - Text [ x-comment ] = " "; }; String STR_GRFILTER_FILTERERROR { Text [ en-US ] = "Graphics filter not found" ; - Text [ x-comment ] = " "; }; String STR_GRFILTER_TOOBIG { Text [ en-US ] = "Not enough memory to insert the picture." ; - Text [ x-comment ] = " "; }; String STR_INSERT_GRAPHIC { @@ -71,72 +65,58 @@ String STR_INSERT_GRAPHIC String STR_NO_ADDRESSBOOK { Text [ en-US ] = "An Address Book does not exist" ; - Text [ x-comment ] = " "; }; String STR_NOTIZ_INSERT { Text [ en-US ] = "Insert Note" ; - Text [ x-comment ] = " "; }; String STR_REDLINE_COMMENT { Text [ en-US ] = "Comment: " ; - Text [ x-comment ] = " "; }; String STR_REDLINE_INSERTED { Text [ en-US ] = "Insertion" ; - Text [ x-comment ] = " "; }; String STR_REDLINE_DELETED { Text [ en-US ] = "Deletion" ; - Text [ x-comment ] = " "; }; String STR_REDLINE_AUTOFMT { Text [ en-US ] = "AutoCorrect"; - Text [ x-comment ] = " "; }; String STR_REDLINE_FORMATED { Text [ en-US ] = "Formats" ; - Text [ x-comment ] = " "; }; String STR_REDLINE_TABLECHG { Text [ en-US ] = "Table Changes" ; - Text [ x-comment ] = " "; }; String STR_REDLINE_FMTCOLLSET { Text [ en-US ] = "Applied Paragraph Styles"; - Text [ x-comment ] = " "; }; String STR_REDLINE_TITLE { Text [ en-US ] = "AutoCorrect"; - Text [ x-comment ] = " "; }; String STR_REDLINE_MSG { Text [ en-US ] = "AutoCorrect completed.\nYou can accept or reject all changes,\nor accept or reject particular changes."; - Text [ x-comment ] = " "; }; String STR_REDLINE_ACCEPT_ALL { Text [ en-US ] = "Accept All"; - Text [ x-comment ] = " "; }; String STR_REDLINE_REJECT_ALL { Text [ en-US ] = "Reject All"; - Text [ x-comment ] = " "; }; String STR_REDLINE_EDIT { Text [ en-US ] = "Edit Changes"; - Text [ x-comment ] = " "; }; QueryBox DLG_IMPORT_DBNAME { @@ -148,153 +128,123 @@ QueryBox DLG_IMPORT_DBNAME String STR_PAGE { Text [ en-US ] = "Page " ; - Text [ x-comment ] = " "; }; String RID_TEXT_TOOLBOX { Text [ en-US ] = "Text Object Bar" ; - Text [ x-comment ] = " "; }; String RID_TABLE_TOOLBOX { Text [ en-US ] = "Table Object Bar" ; - Text [ x-comment ] = " "; }; String RID_FRAME_TOOLBOX { Text [ en-US ] = "Frame Object Bar" ; - Text [ x-comment ] = " "; }; String RID_GRAFIK_TOOLBOX { Text [ en-US ] = "Graphics Object Bar" ; - Text [ x-comment ] = " "; }; String RID_OLE_TOOLBOX { Text [ en-US ] = "Object" ; - Text [ x-comment ] = " "; }; String RID_DRAW_TOOLBOX { Text [ en-US ] = "Draw Object Bar" ; - Text [ x-comment ] = " "; }; String RID_BEZIER_TOOLBOX { Text [ en-US ] = "Bézier Object Bar" ; - Text [ x-comment ] = " "; }; String RID_DRAW_TEXT_TOOLBOX { Text [ en-US ] = "Text Object Bar/Graphics" ; - Text [ x-comment ] = " "; }; String RID_NUM_TOOLBOX { Text [ en-US ] = "Numbering Object Bar" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_TEXT { Text [ en-US ] = "Text" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_TABLE { Text [ en-US ] = "Table" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_FRAME { Text [ en-US ] = "Frame" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_GRAPHIC { Text [ en-US ] = "Graphics" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_OBJECT { Text [ en-US ] = "Object" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_LIST { Text [ en-US ] = "List" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_DRAW { Text [ en-US ] = "Drawing" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_DRAWFORM { Text [ en-US ] = "Forms" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_BEZIER { Text [ en-US ] = "Bézier" ; - Text [ x-comment ] = " "; }; String STR_SHELLNAME_DRAW_TEXT { Text [ en-US ] = "Draw text" ; - Text [ x-comment ] = " "; }; //Strings fuer Gallery/Hintergrund String STR_SWBG_PARAGRAPH { Text [ en-US ] = "Paragraph" ; - Text [ x-comment ] = " "; }; String STR_SWBG_GRAPHIC { Text [ en-US ] = "Graphics" ; - Text [ x-comment ] = " "; }; String STR_SWBG_OLE { Text [ en-US ] = "OLE object" ; - Text [ x-comment ] = " "; }; String STR_SWBG_FRAME { Text [ en-US ] = "Frame" ; - Text [ x-comment ] = " "; }; String STR_SWBG_TABLE { Text [ en-US ] = "Table" ; - Text [ x-comment ] = " "; }; String STR_SWBG_TABLE_ROW { Text [ en-US ] = "Table row" ; - Text [ x-comment ] = " "; }; String STR_SWBG_TABLE_CELL { Text [ en-US ] = "Table cell" ; - Text [ x-comment ] = " "; }; String STR_SWBG_PAGE { Text [ en-US ] = "Page" ; - Text [ x-comment ] = " "; }; String STR_SWBG_HEADER { Text [ en-US ] = "Header" ; - Text [ x-comment ] = " "; }; String STR_SWBG_FOOTER { Text [ en-US ] = "Footer" ; - Text [ x-comment ] = " "; }; //Ende: Strings fuer Gallery/Hintergrund |