connectivity/source/drivers/writer/WTable.cxx |    1 -
 connectivity/source/inc/writer/WTable.hxx     |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 86d4a76b517c6637173500f263d41069626122ab
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jul 18 10:00:32 2017 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: Idd356214b553eadf5030115fc60a526e4428b1bb

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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to