diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-12 11:13:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-12 11:13:59 +0200 |
commit | 7034589b105f5530bb396db988c39b90944ffedc (patch) | |
tree | 79a07ed6a333ae628f590acf940b2640ec48f8fa /cui/source/tabpages | |
parent | 4dc6e29dd6c531dc9c867bc75ef0128a78d99f33 (diff) |
-Werror,-Wunused-private-field, again
Change-Id: I1f1ab1e3fd1360111a48d68effd254277e220843
Diffstat (limited to 'cui/source/tabpages')
-rw-r--r-- | cui/source/tabpages/tpbitmap.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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), |