summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 15:53:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 15:53:56 +0000
commitb40a587844776e454975fcaad6a4a52336defbd3 (patch)
tree5b470c2bd88777a7c35bec9e047d4a6c35fd761a /dbaccess/source/ui/querydesign
parent67a13c40629747145478fd73f72b69d12f65950c (diff)
INTEGRATION: CWS dba24 (1.97.28); FILE MERGED
2005/03/08 10:21:58 oj 1.97.28.2: RESYNC: (1.97-1.98); FILE MERGED 2005/02/03 13:52:59 oj 1.97.28.1: #i41913# define adjusted
Diffstat (limited to 'dbaccess/source/ui/querydesign')
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index 03c03fae0a98..4eb5ba511eb4 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: querycontroller.cxx,v $
*
- * $Revision: 1.98 $
+ * $Revision: 1.99 $
*
- * last change: $Author: kz $ $Date: 2005-03-01 19:17:26 $
+ * last change: $Author: vg $ $Date: 2005-03-10 16:53:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -968,7 +968,7 @@ OJoinDesignView* OQueryController::getJoinView()
void OQueryController::describeSupportedFeatures()
{
OJoinController::describeSupportedFeatures();
- implDescribeSupportedFeature( ".uno:SaveAs", SID_SAVEASDOC, CommandGroup::DOCUMENT );
+ implDescribeSupportedFeature( ".uno:SaveAs", ID_BROWSER_SAVEASDOC, CommandGroup::DOCUMENT );
implDescribeSupportedFeature( ".uno:SbaNativeSql", ID_BROWSER_ESACPEPROCESSING,CommandGroup::FORMAT );
implDescribeSupportedFeature( ".uno:DBViewFunctions", SID_QUERY_VIEW_FUNCTIONS, CommandGroup::VIEW );
implDescribeSupportedFeature( ".uno:DBViewTableNames", SID_QUERY_VIEW_TABLES, CommandGroup::VIEW );