summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:04:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 15:04:25 +0000
commita766609d718157f819343bd54b88e4487cafa876 (patch)
treea7f4f45ce9a79420e56936cd06fe7e85fbbbf5de
parent9c87cd9c6cc39cc284c3c75242a5092c93320886 (diff)
INTEGRATION: CWS warnings01 (1.11.196); FILE MERGED
2006/05/23 18:35:16 sb 1.11.196.2: RESYNC: (1.11-1.12); FILE MERGED 2006/01/05 12:02:27 fs 1.11.196.1: #i55991# warning-free code
-rw-r--r--svx/source/inc/dbtoolsclient.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/inc/dbtoolsclient.hxx b/svx/source/inc/dbtoolsclient.hxx
index 8ac39a0d4ea4..b7cde6812b55 100644
--- a/svx/source/inc/dbtoolsclient.hxx
+++ b/svx/source/inc/dbtoolsclient.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbtoolsclient.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 12:10:50 $
+ * last change: $Author: hr $ $Date: 2006-06-19 16:04:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -199,7 +199,7 @@ namespace svxform
sal_Bool canDelete(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet) const;
// ------------------------------------------------
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
+ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
getFieldsByCommandDescriptor(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const sal_Int32 _nCommandType,
@@ -209,7 +209,7 @@ namespace svxform
) SAL_THROW( ( ) );
// ------------------------------------------------
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString >
+ ::com::sun::star::uno::Sequence< ::rtl::OUString >
getFieldNamesByCommandDescriptor(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection,
const sal_Int32 _nCommandType,
@@ -218,7 +218,7 @@ namespace svxform
) SAL_THROW( ( ) );
// ------------------------------------------------
- virtual sal_Bool isDataSourcePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp
+ sal_Bool isDataSourcePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp
,const ::rtl::OUString& _sProperty,
sal_Bool _bDefault = sal_False) const;