From 7034589b105f5530bb396db988c39b90944ffedc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 12 Oct 2016 11:13:59 +0200 Subject: -Werror,-Wunused-private-field, again Change-Id: I1f1ab1e3fd1360111a48d68effd254277e220843 --- cui/source/tabpages/tpbitmap.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/tabpages') diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx index a462892a88b8..19b5db042880 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), -- cgit