summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:14:54 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:14:54 +0000
commit82477aecb301d62909d927968e3f63c22d660bc4 (patch)
treedb326415801e8d9e8c0a62de93182334d02c7bfe /reportdesign
parentf2ce0243eceb2e8d2b033682cd2140c626d751aa (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.3.36); FILE MERGED
2008/02/25 08:49:00 oj 1.3.36.2: change error strings 2008/02/20 11:19:37 oj 1.3.36.1: #i85225# execute report is now always enabled, but with error message
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/report/report.src12
1 files changed, 10 insertions, 2 deletions
diff --git a/reportdesign/source/ui/report/report.src b/reportdesign/source/ui/report/report.src
index fb76d6a96d24..3c3f862f9d49 100644
--- a/reportdesign/source/ui/report/report.src
+++ b/reportdesign/source/ui/report/report.src
@@ -4,9 +4,9 @@
*
* $RCSfile: report.src,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2007-08-30 12:14:03 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:14:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -626,3 +626,11 @@ String RID_STR_REPORTHEADERFOOTER_DELETE
{
Text [ en-US ] = "Delete Report Header/Footer";
};
+String RID_ERR_NO_COMMAND
+{
+ Text [ en-US ] = "The report can not be executed unless it is bound to content.";
+};
+String RID_ERR_NO_OBJECTS
+{
+ Text [ en-US ] = "The report can not be executed unless at least one object has been inserted.";
+};