From 6fe9017e9ca80f5043d3368e0e6830e2e1a8afcc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 13 Feb 2017 08:02:20 +0100 Subject: [PATCH] -Werror,-Wunused-private-field Change-Id: I5251e187e4923c05795a993194375f509c909e05 --- chart2/source/view/main/VButton.cxx | 1 - chart2/source/view/main/VButton.hxx | 1 - 2 files changed, 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 m_xShapeFactory; css::uno::Reference m_xTarget; css::uno::Reference m_xShape; - css::awt::Point m_rPosition; OUString m_sLabel; OUString m_sCID;