summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/globstr.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-17 13:03:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-17 14:30:20 +0100
commite983759ee1eedc2397de4ebd248a514e1ae50788 (patch)
tree83245783fc748c20de38ed57bcf3036acca964db /sc/source/ui/src/globstr.src
parent6af59bec5ddb84dcc7d2e03189a967eb97cf8e7a (diff)
adapt code to solver dialog .ui conversion
The vertical scrollbar remains a bit whacky in how it scales and operates when scrolled, this is unchanged. Change-Id: I468a87c75f1c1927d0387c4af64c7ad87f4e1922
Diffstat (limited to 'sc/source/ui/src/globstr.src')
-rw-r--r--sc/source/ui/src/globstr.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index a545d4057801..2cb9d4db7e1a 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -2080,6 +2080,14 @@ Resource RID_GLOBSTR
{
Text [ en-US ] = "Cell must contain a formula." ;
};
+ String STR_INVALIDINPUT
+ {
+ Text [ en-US ] = "Invalid input." ;
+ };
+ String STR_INVALIDCONDITION
+ {
+ Text [ en-US ] = "Invalid condition." ;
+ };
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */