diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:24:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:24:10 +0000 |
commit | 898d82509af6277f3ec1eead2ea5f19c5f430e46 (patch) | |
tree | b4150e5daf6970953f9fbc3e3ad34adc4552972a | |
parent | 93f7c090db6b763a1f8a9da77a8debee33bb4da2 (diff) |
INTEGRATION: CWS reportdesign01 (1.64.82); FILE MERGED
2007/09/21 10:51:39 oj 1.64.82.1: #i77690# add new context menu entry to create a report with prefilled table or query
-rw-r--r-- | dbaccess/util/hidother.src | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index 120cf804baf0..aeb38edbf1fa 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: hr $ $Date: 2007-11-01 15:38:50 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:24:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -415,6 +415,8 @@ hidspecial SID_QUERY_VIEW_ALIASES { HelpId = SID_QUERY_VIEW_ALIASES; }; hidspecial SID_QUERY_DISTINCT_VALUES { HelpId = SID_QUERY_DISTINCT_VALUES; }; hidspecial SID_FORM_CREATE_REPWIZ_PRE_SEL { HelpId = SID_FORM_CREATE_REPWIZ_PRE_SEL; }; hidspecial SID_REPORT_CREATE_REPWIZ_PRE_SEL { HelpId = SID_REPORT_CREATE_REPWIZ_PRE_SEL; }; +hidspecial SID_APP_NEW_REPORT_PRE_SEL { HelpId = SID_APP_NEW_REPORT_PRE_SEL; }; + hidspecial SID_APP_NEW_FOLDER { HelpId = SID_APP_NEW_FOLDER; }; hidspecial SID_APP_NEW_FORM { HelpId = SID_APP_NEW_FORM; }; hidspecial SID_DB_APP_PASTE_SPECIAL { HelpId = SID_DB_APP_PASTE_SPECIAL; }; |