diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:54:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-09 08:54:42 +0000 |
commit | 5db4eb94acf0699d1051d4ae23bc4d070055b9ed (patch) | |
tree | 13633c534a095be96452e45677d9d463f841f527 /dbaccess/util | |
parent | cb0ac7025c5977eaf896865f70f1bb684d73cca2 (diff) |
INTEGRATION: CWS insight02 (1.52.2); FILE MERGED
2004/08/16 13:18:21 oj 1.52.2.2: #i32563# toolbar changes
2004/08/12 06:04:39 oj 1.52.2.1: #i32563# new xml files
Diffstat (limited to 'dbaccess/util')
-rw-r--r-- | dbaccess/util/hidother.src | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index 3ec01fdbde77..1434816cdf64 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: hr $ $Date: 2004-08-02 16:26:32 $ + * last change: $Author: rt $ $Date: 2004-09-09 09:54:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,7 @@ ************************************************************************/ #include "../inc/dbaccess_helpid.hrc" +#include "../inc/dbaccess_slotid.hrc" #ifndef _SBASLTID_HRC #include <svx/svxids.hrc> #endif @@ -283,14 +284,14 @@ hidspecial HID_BROWSER_SAVE_RECORD { HelpId = HID_BROWSER_S hidspecial HID_BROWSER_UNDO_RECORD { HelpId = HID_BROWSER_UNDO_RECORD ; }; // missing pre processor for helpids so we have to include them here -hidspecial SID_SBA_ADD_RELATION { HelpId = SID_SBA_ADD_RELATION ; }; +hidspecial SID_RELATION_ADD_RELATION { HelpId = SID_RELATION_ADD_RELATION ; }; hidspecial SID_FM_NATIVESQL { HelpId = SID_FM_NATIVESQL ; }; -hidspecial SID_SBA_QUERY_VIEW_FUNCTIONS { HelpId = SID_SBA_QUERY_VIEW_FUNCTIONS ; }; -hidspecial SID_SBA_QUERY_VIEW_TABLES { HelpId = SID_SBA_QUERY_VIEW_TABLES ; }; -hidspecial SID_SBA_QUERY_VIEW_ALIASES { HelpId = SID_SBA_QUERY_VIEW_ALIASES ; }; -hidspecial SID_SBA_QUERY_DISTINCT_VALUES { HelpId = SID_SBA_QUERY_DISTINCT_VALUES ; }; +hidspecial SID_QUERY_VIEW_FUNCTIONS { HelpId = SID_QUERY_VIEW_FUNCTIONS ; }; +hidspecial SID_QUERY_VIEW_TABLES { HelpId = SID_QUERY_VIEW_TABLES ; }; +hidspecial SID_QUERY_VIEW_ALIASES { HelpId = SID_QUERY_VIEW_ALIASES ; }; +hidspecial SID_QUERY_DISTINCT_VALUES { HelpId = SID_QUERY_DISTINCT_VALUES ; }; hidspecial SID_FM_ADDTABLE { HelpId = SID_FM_ADDTABLE ; }; -hidspecial SID_SBA_CLEAR_QUERY { HelpId = SID_SBA_CLEAR_QUERY ; }; +hidspecial SID_BROWSER_CLEAR_QUERY { HelpId = SID_BROWSER_CLEAR_QUERY ; }; hidspecial SID_FM_EXECUTE { HelpId = SID_FM_EXECUTE ; }; hidspecial HID_DSADMIN_SQL92CHECK { HelpId = HID_DSADMIN_SQL92CHECK ; }; @@ -378,3 +379,5 @@ hidspecial HID_DSADMIN_IGNOREINDEXAPPENDIX { HelpId = HID_DSADMIN_I hidspecial HID_DSADMIN_USESSL_LDAP { HelpId = HID_DSADMIN_USESSL_LDAP ; }; hidspecial HID_DSADMIN_DOSLINEENDS { HelpId = HID_DSADMIN_DOSLINEENDS ; }; +hidspecial SID_DB_QUERY_PREVIEW { HelpId = SID_DB_QUERY_PREVIEW ; }; + |