summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-08 11:28:33 +0100
committerAndras Timar <atimar@suse.com>2011-11-08 11:28:33 +0100
commita2dacd920513485140254729f23ed932c52cdad4 (patch)
treee49e6e4258070b408fc892f45d419f47bf1e92c0 /framework
parent527f070dd5738f4647eb2b7f9e629b0107aad14d (diff)
remove empty Text [ x-comment ] entries
Diffstat (limited to 'framework')
-rw-r--r--framework/source/classes/resource.src7
1 files changed, 0 insertions, 7 deletions
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 ] = " ";
};