diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-13 08:02:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-13 08:02:20 +0100 |
commit | 6fe9017e9ca80f5043d3368e0e6830e2e1a8afcc (patch) | |
tree | 9c4e49eb9e57c458966e751c8dd51aae9b26a166 /chart2/source | |
parent | 64cb9fb42fb4d56eb9bf42fb9b91a01a405d881d (diff) |
-Werror,-Wunused-private-field
Change-Id: I5251e187e4923c05795a993194375f509c909e05
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/main/VButton.cxx | 1 | ||||
-rw-r--r-- | chart2/source/view/main/VButton.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/main/VButton.cxx b/chart2/source/view/main/VButton.cxx index b89fdd158ff1..3bbd90b43075 100644 --- a/chart2/source/view/main/VButton.cxx +++ b/chart2/source/view/main/VButton.cxx @@ -27,7 +27,6 @@ VButton::VButton() : m_xShapeFactory(nullptr) , m_xTarget(nullptr) , m_xShape(nullptr) - , m_rPosition(0, 0) { } diff --git a/chart2/source/view/main/VButton.hxx b/chart2/source/view/main/VButton.hxx index 4a024e14347a..d27b85acba5d 100644 --- a/chart2/source/view/main/VButton.hxx +++ b/chart2/source/view/main/VButton.hxx @@ -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; |