Tag: cws_src680_qiq User: fs Date: 06/06/19 03:46:24 Modified: /dba/dbaccess/source/ui/relationdesign/ RelationController.cxx
Log: during #i51143#: describeSupportedFeatures: DBAddTable is unnecessary, base class already adds (equivalent) AddTable File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationController.cxx?r1=1.42.118.4&r2=1.42.118.5 Delta lines: +2 -3 ------------------- --- RelationController.cxx 19 Jun 2006 09:27:52 -0000 1.42.118.4 +++ RelationController.cxx 19 Jun 2006 10:46:22 -0000 1.42.118.5 @@ -4,9 +4,9 @@ * * $RCSfile: RelationController.cxx,v $ * - * $Revision: 1.42.118.4 $ + * $Revision: 1.42.118.5 $ * - * last change: $Author: fs $ $Date: 2006/06/19 09:27:52 $ + * last change: $Author: fs $ $Date: 2006/06/19 10:46:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -405,7 +405,6 @@ { OJoinController::describeSupportedFeatures(); implDescribeSupportedFeature( ".uno:DBAddRelation", SID_RELATION_ADD_RELATION, CommandGroup::EDIT ); - implDescribeSupportedFeature( ".uno:DBAddTable", ID_BROWSER_ADDTABLE, CommandGroup::EDIT ); } // ----------------------------------------------------------------------------- void ORelationController::loadData() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
