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 /cui | |
parent | 527f070dd5738f4647eb2b7f9e629b0107aad14d (diff) |
remove empty Text [ x-comment ] entries
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/sdrcelldlg.src | 6 | ||||
-rw-r--r-- | cui/source/options/optchart.src | 5 |
2 files changed, 0 insertions, 11 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 ] = " "; }; }; |