summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/globstr.src
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-07-28 19:55:33 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-07-28 19:59:14 +0200
commit0ec4caed104e409f623f078aafdbc218ea3da347 (patch)
treeaa593c81f7494f77fdfd593b4d97345075cf6503 /sc/source/ui/src/globstr.src
parentbeddcf25381523e7b52e07c3c35c61917f005218 (diff)
move global string to globstr file
Solves warning: global resources should have number >= 256 Change-Id: Ic1066b6c190c151550e2fc4c4b932ff397d453a5
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r--sc/source/ui/src/globstr.src5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index bd9579c001df..acab6b0dc528 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2089,6 +2089,11 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "click to open hyperlink:";
};
+ String STR_VALERR
+ {
+ Text [ en-US ] = "Invalid value" ;
+ };
+
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */