From b40a587844776e454975fcaad6a4a52336defbd3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 10 Mar 2005 15:53:56 +0000 Subject: 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 --- dbaccess/source/ui/querydesign/querycontroller.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/querydesign/querycontroller.cxx') 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 ); -- cgit