Kaydet (Commit) 7034589b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field, again

Change-Id: I1f1ab1e3fd1360111a48d68effd254277e220843
üst 4dc6e29d
...@@ -576,7 +576,6 @@ private: ...@@ -576,7 +576,6 @@ private:
SfxItemSet& m_rXFSet; SfxItemSet& m_rXFSet;
const SdrView* mpView; const SdrView* mpView;
MapUnit mePoolUnit; MapUnit mePoolUnit;
FieldUnit meDlgUnit;
Size rBitmapSize; Size rBitmapSize;
Size rFilledSize; Size rFilledSize;
Size rZoomedSize; Size rZoomedSize;
......
...@@ -89,7 +89,6 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rInA ...@@ -89,7 +89,6 @@ SvxBitmapTabPage::SvxBitmapTabPage( vcl::Window* pParent, const SfxItemSet& rInA
m_aXFillAttr ( rInAttrs.GetPool() ), m_aXFillAttr ( rInAttrs.GetPool() ),
m_rXFSet ( m_aXFillAttr.GetItemSet() ), m_rXFSet ( m_aXFillAttr.GetItemSet() ),
mpView(nullptr), mpView(nullptr),
meDlgUnit(GetModuleFieldUnit( GetItemSet() )),
nFilledWidthPercent(0), nFilledWidthPercent(0),
nFilledHeightPercent(0), nFilledHeightPercent(0),
nZoomedWidthPercent(0), nZoomedWidthPercent(0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment