diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-06 10:01:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-06 10:01:56 +0100 |
commit | b4608f36edabd7ad7ac04d84a70d29d9cf9c6a37 (patch) | |
tree | a66b17c2ca684a6474f08823700cd006d6d1ae76 /sfx2 | |
parent | d6cd273c59c976c085d68e9f171a09bf018b0039 (diff) |
-Werror,-Wunused-private-field
Change-Id: I841906973a1a9e7e91ea21a816e69460520efc21
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingcomp.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index 015ce31b71a7..453ccfad72c4 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -90,8 +90,6 @@ private: /** the owner frame of this component. */ css::uno::Reference< css::frame::XFrame > m_xFrame; - osl::Mutex m_aTypeProviderMutex; - Size m_aInitialWindowMinSize; public: |