[Libreoffice-commits] core.git: sfx2/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 23 14:39:19 UTC 2020


 sfx2/source/dialog/backingwindow.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a42bb339177b5fb61b7c642f17854635e064d85d
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri Oct 23 11:39:40 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri Oct 23 16:38:40 2020 +0200

    -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 at redhat.com>

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;
 


More information about the Libreoffice-commits mailing list