summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/writer/WTable.cxx1
-rw-r--r--connectivity/source/inc/writer/WTable.hxx1
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();