chart2/source/view/main/VButton.cxx |    1 -
 chart2/source/view/main/VButton.hxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 6fe9017e9ca80f5043d3368e0e6830e2e1a8afcc
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Feb 13 08:02:20 2017 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: I5251e187e4923c05795a993194375f509c909e05

diff --git a/chart2/source/view/main/VButton.cxx 
b/chart2/source/view/main/VButton.cxx
index b89fdd1..3bbd90b 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 4a024e1..d27b85a 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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to