Tag: cws_src680_dba201b User: fs Date: 05/08/08 05:27:23 Modified: /dba/dbaccess/source/ui/app/ AppController.cxx
Log: merging a (lost) fix from CWS dba201a 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.7&r2=1.20.26.8 Delta lines: +9 -10 -------------------- --- AppController.cxx 8 Aug 2005 12:23:14 -0000 1.20.26.7 +++ AppController.cxx 8 Aug 2005 12:27:20 -0000 1.20.26.8 @@ -2,9 +2,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.20.26.7 $ + * $Revision: 1.20.26.8 $ * - * last change: $Author: fs $ $Date: 2005/08/08 12:23:14 $ + * last change: $Author: fs $ $Date: 2005/08/08 12:27:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1427,16 +1427,15 @@ CommandGroup::VIEW ); // this one should not appear under Tools->Customize->Keyboard - implDescribeSupportedFeature( ".uno:DBDSImport", SID_DB_APP_DSIMPORT, -1); - implDescribeSupportedFeature( ".uno:DBDSExport", SID_DB_APP_DSEXPORT, -1); - - implDescribeSupportedFeature( ".uno:DBDBAdmin", SID_DB_APP_DBADMIN, -1); + implDescribeSupportedFeature( ".uno:DBDSImport", SID_DB_APP_DSIMPORT, CommandGroup::INTERNAL); + implDescribeSupportedFeature( ".uno:DBDSExport", SID_DB_APP_DSEXPORT, CommandGroup::INTERNAL); + implDescribeSupportedFeature( ".uno:DBDBAdmin", SID_DB_APP_DBADMIN, CommandGroup::INTERNAL); // status info - implDescribeSupportedFeature( ".uno:DBStatusType", SID_DB_APP_STATUS_TYPE, -1); - implDescribeSupportedFeature( ".uno:DBStatusDBName", SID_DB_APP_STATUS_DBNAME, -1); - implDescribeSupportedFeature( ".uno:DBStatusUserName", SID_DB_APP_STATUS_USERNAME, -1); - implDescribeSupportedFeature( ".uno:DBStatusHostName", SID_DB_APP_STATUS_HOSTNAME, -1); + implDescribeSupportedFeature( ".uno:DBStatusType", SID_DB_APP_STATUS_TYPE, CommandGroup::INTERNAL); + implDescribeSupportedFeature( ".uno:DBStatusDBName", SID_DB_APP_STATUS_DBNAME, CommandGroup::INTERNAL); + implDescribeSupportedFeature( ".uno:DBStatusUserName", SID_DB_APP_STATUS_USERNAME, CommandGroup::INTERNAL); + implDescribeSupportedFeature( ".uno:DBStatusHostName", SID_DB_APP_STATUS_HOSTNAME, CommandGroup::INTERNAL); } // ----------------------------------------------------------------------------- OApplicationView* OApplicationController::getContainer() const --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
