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

Stephan Bergmann sbergman at redhat.com
Wed Aug 17 08:36:39 UTC 2016


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

New commits:
commit 0214be9338f5a375014f8246f9908bbd22b27e58
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Aug 17 10:36:12 2016 +0200

    -Werror,-Wunused-private-field
    
    Change-Id: I7c1f1438be7226b9ea4692f1c4e39782288f6196

diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx
index 2d4935f..db9a99c 100644
--- a/cui/source/inc/cuitabarea.hxx
+++ b/cui/source/inc/cuitabarea.hxx
@@ -573,7 +573,6 @@ private:
     SfxItemSet&                m_rXFSet;
     const SdrView*             mpView;
     SfxMapUnit                 mePoolUnit;
-    FieldUnit                  meDlgUnit;
     Size                       rBitmapSize;
     Size                       rFilledSize;
     Size                       rZoomedSize;
diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index aaca75d..5646ad1 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -92,8 +92,7 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rInA
 
     m_aXFillAttr          ( rInAttrs.GetPool() ),
     m_rXFSet              ( m_aXFillAttr.GetItemSet() ),
-    mpView(nullptr),
-    meDlgUnit(GetModuleFieldUnit( GetItemSet() ))
+    mpView(nullptr)
 {
     get(m_pBitmapLB,"BITMAP");
     get(m_pBitmapStyleLB, "bitmapstyle");


More information about the Libreoffice-commits mailing list