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

Stephan Bergmann sbergman at redhat.com
Wed Oct 12 09:18:33 UTC 2016


 cui/source/inc/cuitabarea.hxx    |    1 -
 cui/source/tabpages/tpbitmap.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 7034589b105f5530bb396db988c39b90944ffedc
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 12 11:13:59 2016 +0200

    -Werror,-Wunused-private-field, again
    
    Change-Id: I1f1ab1e3fd1360111a48d68effd254277e220843

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 2d612b3..21a8fb3 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -576,7 +576,6 @@ private:
     SfxItemSet&                m_rXFSet;
     const SdrView*             mpView;
     MapUnit                    mePoolUnit;
-    FieldUnit                  meDlgUnit;
     Size                       rBitmapSize;
     Size                       rFilledSize;
     Size                       rZoomedSize;
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index a462892..19b5db0 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -89,7 +89,6 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rInA
     m_aXFillAttr          ( rInAttrs.GetPool() ),
     m_rXFSet              ( m_aXFillAttr.GetItemSet() ),
     mpView(nullptr),
-    meDlgUnit(GetModuleFieldUnit( GetItemSet() )),
     nFilledWidthPercent(0),
     nFilledHeightPercent(0),
     nZoomedWidthPercent(0),


More information about the Libreoffice-commits mailing list