diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-18 10:00:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-18 10:00:32 +0200 |
commit | 86d4a76b517c6637173500f263d41069626122ab (patch) | |
tree | 20728736c51bb90bf668a203d2f15a1d2b1a5707 | |
parent | 72f36adb93d24a3da8868dad128ab2eca0124fda (diff) |
-Werror,-Wunused-private-field
Change-Id: Idd356214b553eadf5030115fc60a526e4428b1bb
-rw-r--r-- | connectivity/source/drivers/writer/WTable.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/inc/writer/WTable.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/writer/WTable.cxx b/connectivity/source/drivers/writer/WTable.cxx index 80e7215c3a1e..9c558701a1e1 100644 --- a/connectivity/source/drivers/writer/WTable.cxx +++ b/connectivity/source/drivers/writer/WTable.cxx @@ -188,7 +188,6 @@ OWriterTable::OWriterTable(sdbcx::OCollection* _pTables, OWriterConnection* _pCo ,m_nDataCols(0) ,m_nDataRows(0) ,m_bHasHeaders(false) - ,m_aNullDate(::Date::EMPTY) { } diff --git a/connectivity/source/inc/writer/WTable.hxx b/connectivity/source/inc/writer/WTable.hxx index b78d0ff27700..b05273480325 100644 --- a/connectivity/source/inc/writer/WTable.hxx +++ b/connectivity/source/inc/writer/WTable.hxx @@ -73,7 +73,6 @@ private: sal_Int32 m_nDataRows; bool m_bHasHeaders; css::uno::Reference< css::util::XNumberFormats > m_xFormats; - ::Date m_aNullDate; void fillColumns(); |