diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 12:41:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-20 12:41:00 +0200 |
commit | c79b7fd8d4e6e029cf8e6bfb2c7e10b52a4d5781 (patch) | |
tree | 149af69517f0d8ed1bf09bfb8185b56618cb5346 /chart2/source/view/inc/LabelPositionHelper.hxx | |
parent | ad278c2b3a83f2fb2896aa048820cab93fddba69 (diff) |
loplugin:unusedfields in chart2
Change-Id: I7da22cc193d9fadf9a3b5dc1453f5574d2357c31
Diffstat (limited to 'chart2/source/view/inc/LabelPositionHelper.hxx')
-rw-r--r-- | chart2/source/view/inc/LabelPositionHelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chart2/source/view/inc/LabelPositionHelper.hxx b/chart2/source/view/inc/LabelPositionHelper.hxx index dc4659c0a091..82f50da7f3e6 100644 --- a/chart2/source/view/inc/LabelPositionHelper.hxx +++ b/chart2/source/view/inc/LabelPositionHelper.hxx @@ -38,8 +38,7 @@ class LabelPositionHelper { public: LabelPositionHelper( - PlottingPositionHelper* pPosHelper - , sal_Int32 nDimensionCount + sal_Int32 nDimensionCount , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xLogicTarget , AbstractShapeFactory* pShapeFactory ); virtual ~LabelPositionHelper(); @@ -59,7 +58,6 @@ private: LabelPositionHelper(); protected: - PlottingPositionHelper* m_pPosHelper; sal_Int32 m_nDimensionCount; private: |