diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-10-23 11:39:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-10-23 16:38:40 +0200 |
commit | a42bb339177b5fb61b7c642f17854635e064d85d (patch) | |
tree | cf0443a4950fbc84e86b03f2f9092166dbf4bf9f /sfx2 | |
parent | 9c0ca63f2eba1732403c13dd6571c2336fd3bdaf (diff) |
-Werror,-Wunused-private-field
...since 5a342bde16fb46c895eec302af73d7836226eccf "weld backing window"
Change-Id: I1a34c70fa0357a05c8e864106261868e04171a87
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104713
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx index bdd1a786783c..f0a66edb5f77 100644 --- a/sfx2/source/dialog/backingwindow.hxx +++ b/sfx2/source/dialog/backingwindow.hxx @@ -75,8 +75,6 @@ class BackingWindow : public InterimItemWindow css::uno::Reference<css::datatransfer::dnd::XDropTarget> mxDropTarget; - tools::Rectangle maStartCentButtons; - bool mbInitControls; std::unique_ptr<svt::AcceleratorExecute> mpAccExec; |