diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 16:20:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 16:20:13 +0100 |
commit | 8e9c618dd203972cfd0be94debff247026977647 (patch) | |
tree | 77946195c8e6af6d241db87bdc4c486e2f6b278a /include | |
parent | 65330ab268cace6c9c163d56832450808010cc52 (diff) |
drop writeonly unused struct
Change-Id: I6a7d58899991109264d86059a16b4a3a540f1491
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/logging.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx index 30226a405f25..326572c5aac3 100644 --- a/include/comphelper/logging.hxx +++ b/include/comphelper/logging.hxx @@ -472,15 +472,11 @@ namespace comphelper //= ResourceBasedEventLogger - struct ResourceBasedEventLogger_Data; /** extends the EventLogger class with functionality to load log messages from a resource bundle. */ class COMPHELPER_DLLPUBLIC ResourceBasedEventLogger : public EventLogger { - private: - std::shared_ptr< ResourceBasedEventLogger_Data > m_pData; - public: /** creates a resource based event logger @param _rxContext |