summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/core/api/CRowSetDataColumn.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-01-06 20:29:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-01-07 11:06:02 +0000
commit865bef974dbe82eda780bb28516d83982ae07ed8 (patch)
tree295b2ecd32008baab0b82760172a04449b76a505 /dbaccess/source/core/api/CRowSetDataColumn.cxx
parentcppunit: prefer prefix variant (diff)
downloadcore-865bef974dbe82eda780bb28516d83982ae07ed8.tar.gz
core-865bef974dbe82eda780bb28516d83982ae07ed8.zip
cppcheck cleanliness
Diffstat (limited to 'dbaccess/source/core/api/CRowSetDataColumn.cxx')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.cxx b/dbaccess/source/core/api/CRowSetDataColumn.cxx
index ee9b67c5d26b..c66b6c5940c5 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.cxx
@@ -79,7 +79,6 @@ ORowSetDataColumn::~ORowSetDataColumn()
{
const sal_Int32 nDerivedProperties = 21;
Sequence< Property> aDerivedProperties( nDerivedProperties );
- Property* pDesc = aDerivedProperties.getArray();
sal_Int32 nPos = 0;
DECL_PROP1( CATALOGNAME, ::rtl::OUString, READONLY );