summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/TableDeco.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-06 10:33:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-09-06 14:37:11 +0200
commit07e87211c2b2e98fd176fef2018723b50c8dbb1a (patch)
tree34ccdfe4aeaecdc4d646462a6634e7852c0ced35 /dbaccess/source/core/api/TableDeco.cxx
parent3e62ac3e9ef2f6759d8faca2c012dba51c314ba5 (diff)
loplugin:simplifyconstruct in dbaccess..drawinglayer
Change-Id: I83624d8bc787aaaaf6071171c882a6e5bde70a0d Reviewed-on: https://gerrit.libreoffice.org/60075 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/core/api/TableDeco.cxx')
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index 982f4177947f..69a8169c86ac 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -64,7 +64,6 @@ ODBTableDecorator::ODBTableDecorator( const Reference< XConnection >& _rxConnect
,m_xMetaData( _rxConnection.is() ? _rxConnection->getMetaData() : Reference< XDatabaseMetaData >() )
,m_xNumberFormats( _rxNumberFormats )
,m_nPrivileges(-1)
- ,m_pColumns(nullptr)
{
ODataSettings::registerPropertiesFor(this);
}