diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:11:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:11:10 +0000 |
commit | ac509e26a2fca3fc0ea838edf6d1470c336dedb8 (patch) | |
tree | 3b19c8654f2ed6cdcb8d499ab1297faa2de29594 /connectivity | |
parent | 6adf13c922697330124f69cf21d35136150309a6 (diff) |
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
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/sdbcx/VKeyColumn.cxx | 11 |
1 files changed, 4 insertions, 7 deletions
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() |