diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:52 +0000 |
commit | 83a4b873631704f6691abef17838ad071afde8e8 (patch) | |
tree | 967262c3e5e6deb50f8674514b107637c8013ba1 /dbaccess/source | |
parent | 557b89fabc3ce8e430a2072e996fe96735ab7faf (diff) |
INTEGRATION: CWS dba30a (1.38.116); FILE MERGED
2008/02/22 12:47:47 oj 1.38.116.1: #100251# #100250# two new commands for the dbtdata menu
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/inc/browserids.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/browserids.hxx b/dbaccess/source/ui/inc/browserids.hxx index db6af50afcf6..3d447b430046 100644 --- a/dbaccess/source/ui/inc/browserids.hxx +++ b/dbaccess/source/ui/inc/browserids.hxx @@ -4,9 +4,9 @@ * * $RCSfile: browserids.hxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: rt $ $Date: 2007-07-06 08:26:37 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:01:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -123,6 +123,7 @@ #define ID_QUERY_ALIASNAME (SID_SBA_START + 43) // Aliasnamen anzeigen #define ID_QUERY_DISTINCT (SID_SBA_START + 44) // Distinct anzeigen #define ID_QUERY_EDIT_JOINCONNECTION (SID_SBA_START + 45) // show-edit Join +#define ID_BROWSER_INSERT_ROW (SID_SBA_START + 46) // insert row #define ID_QUERY_ZOOM_IN SID_ZOOM_IN #define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT |