-Werror,-Wunused-private-field

Change-Id: I5251e187e4923c05795a993194375f509c909e05
This commit is contained in:
Stephan Bergmann
2017-02-13 08:02:20 +01:00
parent 64cb9fb42f
commit 6fe9017e9c
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ VButton::VButton()
: m_xShapeFactory(nullptr)
, m_xTarget(nullptr)
, m_xShape(nullptr)
, m_rPosition(0, 0)
{
}

View File

@@ -23,7 +23,6 @@ private:
css::uno::Reference<css::lang::XMultiServiceFactory> m_xShapeFactory;
css::uno::Reference<css::drawing::XShapes> m_xTarget;
css::uno::Reference<css::drawing::XShape> m_xShape;
css::awt::Point m_rPosition;
OUString m_sLabel;
OUString m_sCID;