Tag: cws_src680_qiq User: fs Date: 06/06/19 03:46:31 Modified: /dba/dbaccess/source/ui/querydesign/ querycontroller.cxx
Log: during #i51143#: describeSupportedFeatures: DBAddTable is unnecessary, base class already adds (equivalent) AddTable File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.103.4.8&r2=1.103.4.9 Delta lines: +2 -3 ------------------- --- querycontroller.cxx 19 Jun 2006 09:27:52 -0000 1.103.4.8 +++ querycontroller.cxx 19 Jun 2006 10:46:28 -0000 1.103.4.9 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.103.4.8 $ + * $Revision: 1.103.4.9 $ * - * last change: $Author: fs $ $Date: 2006/06/19 09:27:52 $ + * last change: $Author: fs $ $Date: 2006/06/19 10:46:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -956,7 +956,6 @@ implDescribeSupportedFeature( ".uno:DBClearQuery", SID_BROWSER_CLEAR_QUERY, CommandGroup::EDIT ); implDescribeSupportedFeature( ".uno:SbaExecuteSql", ID_BROWSER_QUERY_EXECUTE, CommandGroup::VIEW ); implDescribeSupportedFeature( ".uno:DBAddRelation", SID_RELATION_ADD_RELATION, CommandGroup::EDIT ); - implDescribeSupportedFeature( ".uno:DBAddTable", ID_BROWSER_ADDTABLE, CommandGroup::EDIT ); implDescribeSupportedFeature( ".uno:DBQueryPreview", SID_DB_QUERY_PREVIEW, CommandGroup::VIEW ); #if OSL_DEBUG_LEVEL > 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
