From ac509e26a2fca3fc0ea838edf6d1470c336dedb8 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 20 Jun 2006 01:11:10 +0000
Subject: INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2006/06/14
10:56:24 fs 1.10.30.2: #i66367# reverted previous changes related to
replacing IdPropertyArrayHelper with PropertyArrayHelper - there's a subtle
difference between both ids ... 2005/11/16 12:59:33 fs 1.10.30.1: #i57457#
warning free code
---
connectivity/source/sdbcx/VKeyColumn.cxx | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
(limited to 'connectivity')
diff --git a/connectivity/source/sdbcx/VKeyColumn.cxx b/connectivity/source/sdbcx/VKeyColumn.cxx
index b2c914cab013..de574b83f408 100644
--- a/connectivity/source/sdbcx/VKeyColumn.cxx
+++ b/connectivity/source/sdbcx/VKeyColumn.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: VKeyColumn.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:44:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:11:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,12 +112,9 @@ OKeyColumn::~OKeyColumn()
{
}
// -----------------------------------------------------------------------------
-::cppu::IPropertyArrayHelper* OKeyColumn::createArrayHelper( sal_Int32 _nId) const
+::cppu::IPropertyArrayHelper* OKeyColumn::createArrayHelper( sal_Int32 /*_nId*/ ) const
{
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps;
- describeProperties(aProps);
- changePropertyAttributte(aProps);
- return new ::cppu::OPropertyArrayHelper(aProps);
+ return doCreateArrayHelper();
}
// -----------------------------------------------------------------------------
::cppu::IPropertyArrayHelper& SAL_CALL OKeyColumn::getInfoHelper()
--
cgit