summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:23:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-20 18:23:20 +0000
commit4e24003f33bef05376da16b73b617a6ca985f2b1 (patch)
treed467b65c2ffaa60d8d9991e75ea0b766ddd2e2d6
parent61c1e5b06683221824565fd5bb0d1730f05c2765 (diff)
INTEGRATION: CWS reportdesign01 (1.14.50); FILE MERGED
2007/09/21 10:51:39 oj 1.14.50.1: #i77690# add new context menu entry to create a report with prefilled table or query
-rw-r--r--dbaccess/source/ui/app/app.src13
1 files changed, 9 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/app.src b/dbaccess/source/ui/app/app.src
index 5c4f34a63..47a148efc 100644
--- a/dbaccess/source/ui/app/app.src
+++ b/dbaccess/source/ui/app/app.src
@@ -4,9 +4,9 @@
*
* $RCSfile: app.src,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:01:34 $
+ * last change: $Author: ihi $ $Date: 2007-11-20 19:23:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,7 +71,6 @@ String RID_STR_NEW_REPORT_AUTO
String RID_STR_NEW_REPORT
{
- Text [ de ] ="Bericht in Entwurfsansicht erstellen..." ;
Text [ en-US ] = "Create Report in Design View..." ;
};
@@ -129,7 +128,6 @@ Menu RID_MENU_APP_NEW
Identifier = SID_APP_NEW_REPORT;
HelpId = SID_APP_NEW_REPORT;
Command = ".uno:DBNewReport";
- Text [ de ] ="Bericht..." ;
Text [ en-US ] = "Report..." ;
};
MenuItem
@@ -245,6 +243,13 @@ Menu RID_MENU_APP_EDIT
};
MenuItem
{
+ Identifier = SID_APP_NEW_REPORT_PRE_SEL;
+ HelpId = SID_APP_NEW_REPORT_PRE_SEL;
+ Command = ".uno:DBNewReportWithPreSelection";
+ Text [ en-US ] = "Report..." ;
+ };
+ MenuItem
+ {
Identifier = SID_REPORT_CREATE_REPWIZ_PRE_SEL ;
HelpID = HID_DOCUMENT_CREATE_REPWIZ ;
Text[ en-US ] = "Report Wizard...";