-Werror,-Wunused-private-field
Change-Id: I5251e187e4923c05795a993194375f509c909e05
This commit is contained in:
parent
64cb9fb42f
commit
6fe9017e9c
@ -27,7 +27,6 @@ VButton::VButton()
|
||||
: m_xShapeFactory(nullptr)
|
||||
, m_xTarget(nullptr)
|
||||
, m_xShape(nullptr)
|
||||
, m_rPosition(0, 0)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user