summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VIndexColumn.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:10:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:10:46 +0000
commit9e48d283f2d715a892beee6898503e316da50c6b (patch)
tree37394cb67fa4e86c474f607ea3b7d4c5166cc1fb /connectivity/source/sdbcx/VIndexColumn.cxx
parentca2f602fffde7200ba4a0f6cc50125671817d4a7 (diff)
INTEGRATION: CWS warnings01 (1.9.30); FILE MERGED
2006/06/14 10:56:24 fs 1.9.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:32 fs 1.9.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/sdbcx/VIndexColumn.cxx')
-rw-r--r--connectivity/source/sdbcx/VIndexColumn.cxx11
1 files changed, 4 insertions, 7 deletions
diff --git a/connectivity/source/sdbcx/VIndexColumn.cxx b/connectivity/source/sdbcx/VIndexColumn.cxx
index 148b27baca13..f194234fda24 100644
--- a/connectivity/source/sdbcx/VIndexColumn.cxx
+++ b/connectivity/source/sdbcx/VIndexColumn.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: VIndexColumn.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:43:57 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:10:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,12 +107,9 @@ OIndexColumn::OIndexColumn( sal_Bool _IsAscending,
construct();
}
// -----------------------------------------------------------------------------
-::cppu::IPropertyArrayHelper* OIndexColumn::createArrayHelper( sal_Int32 _nId) const
+::cppu::IPropertyArrayHelper* OIndexColumn::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 OIndexColumn::getInfoHelper()