diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:42:45 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-01-30 07:42:45 +0000 |
commit | af482aa112215c0ad832c7daad4359c4ce51ea02 (patch) | |
tree | 6f6dc55e9f33587d2d2db9a94b579396476eb430 /dbaccess/source/ui/browser/brwctrlr.cxx | |
parent | 1a7c66b150e8fa9c8856ca5c42b16b997da39ca6 (diff) |
INTEGRATION: CWS dba24d (1.100.54); FILE MERGED
2007/11/28 10:47:30 oj 1.100.54.3: #i55076# add .uno:Save to supported features
2007/11/16 12:56:26 fs 1.100.54.2: RESYNC: (1.100-1.101); FILE MERGED
2007/11/08 14:15:25 fs 1.100.54.1: during #i81658#: string cleanup
Diffstat (limited to 'dbaccess/source/ui/browser/brwctrlr.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/brwctrlr.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx b/dbaccess/source/ui/browser/brwctrlr.cxx index 30867efb1..7248cda3b 100644 --- a/dbaccess/source/ui/browser/brwctrlr.cxx +++ b/dbaccess/source/ui/browser/brwctrlr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: brwctrlr.cxx,v $ * - * $Revision: 1.102 $ + * $Revision: 1.103 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 15:50:24 $ + * last change: $Author: rt $ $Date: 2008-01-30 08:42:45 $ * * 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 @@ void SbaXDataBrowserController::describeSupportedFeatures() 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 ); @@ -1706,7 +1707,7 @@ void SbaXDataBrowserController::ExecuteFilterSortCrit(sal_Bool bFilter) try { Reference< ::com::sun::star::sdbcx::XColumnsSupplier> xSup = getColumnsSupplier(); - Reference< XConnection> xCon(xFormSet->getPropertyValue(PROPERTY_ACTIVECONNECTION),UNO_QUERY); + Reference< XConnection> xCon(xFormSet->getPropertyValue(PROPERTY_ACTIVE_CONNECTION),UNO_QUERY); if(bFilter) { DlgFilterCrit aDlg( getBrowserView(), getORB(), xCon, m_xParser, xSup->getColumns() ); |