Tag: cws_src680_dba24d User: oj Date: 2007-11-28 10:47:33+0000 Modified: dba/dbaccess/source/ui/browser/brwctrlr.cxx
Log: #i55076# add .uno:Save to supported features File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: brwctrlr.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/brwctrlr.cxx?r1=1.100.54.2&r2=1.100.54.3 Delta lines: +4 -3 ------------------- --- brwctrlr.cxx 2007-11-16 12:56:26+0000 1.100.54.2 +++ brwctrlr.cxx 2007-11-28 10:47:30+0000 1.100.54.3 @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.100.54.2 $ + * $Revision: 1.100.54.3 $ * - * last change: $Author: fs $ $Date: 2007/11/16 12:56:26 $ + * last change: $Author: oj $ $Date: 2007/11/28 10:47:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -621,6 +621,7 @@ implDescribeSupportedFeature( ".uno:FormSlots/saveRecord", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); implDescribeSupportedFeature( ".uno:FormController/saveRecord", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); implDescribeSupportedFeature( ".uno:RecSave", ID_BROWSER_SAVERECORD, CommandGroup::CONTROLS ); + implDescribeSupportedFeature( ".uno:Save", ID_BROWSER_SAVERECORD, CommandGroup::DOCUMENT ); implDescribeSupportedFeature( ".uno:RecSearch", SID_FM_SEARCH, CommandGroup::CONTROLS ); implDescribeSupportedFeature( ".uno:AutoFilter", SID_FM_AUTOFILTER, CommandGroup::CONTROLS ); implDescribeSupportedFeature( ".uno:Refresh", SID_FM_REFRESH, CommandGroup::CONTROLS ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
