Tag: cws_src680_dba201b User: oj Date: 05/08/08 05:05:01 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: #i43965# remove DBNewViewAutoPilot File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.20.26.5&r2=1.20.26.6 Delta lines: +2 -4 ------------------- --- AppController.cxx 22 Jul 2005 07:02:37 -0000 1.20.26.5 +++ AppController.cxx 8 Aug 2005 12:04:58 -0000 1.20.26.6 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.20.26.5 $ + * $Revision: 1.20.26.6 $ * - * last change: $Author: fs $ $Date: 2005/07/22 07:02:37 $ + * last change: $Author: oj $ $Date: 2005/08/08 12:04:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1369,8 +1369,6 @@ CommandGroup::INSERT ); implDescribeSupportedFeature( ".uno:DBNewView", ID_NEW_VIEW_DESIGN, CommandGroup::INSERT ); implDescribeSupportedFeature( ".uno:DBNewViewSQL", SID_DB_NEW_VIEW_SQL, CommandGroup::INSERT ); - implDescribeSupportedFeature( ".uno:DBNewViewAutoPilot", ID_NEW_VIEW_DESIGN_AUTO_PILOT, - CommandGroup::INSERT ); implDescribeSupportedFeature( ".uno:DBDelete", SID_DB_APP_DELETE, CommandGroup::EDIT ); implDescribeSupportedFeature( ".uno:Delete", SID_DB_APP_DELETE, CommandGroup::EDIT ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
