-Werror,-Wunused-private-field

Change-Id: I8200bd0fa2480cbca71305027963fa1cd9106a91
This commit is contained in:
Stephan Bergmann
2016-09-15 16:32:42 +02:00
parent 32e45a6f2a
commit 9c8974a044

View File

@@ -77,7 +77,6 @@ public:
private: private:
OUString m_strText; OUString m_strText;
OUString m_strDate;
}; };
class XFDateStart : public XFDate class XFDateStart : public XFDate