diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-23 09:30:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-23 09:38:46 +0200 |
commit | c5458af9051c7c3579a381592a14af725691f88c (patch) | |
tree | 8daf61dd8eeb4e7b2fea937929f4b85cf2a5e29d /chart2/source/inc/ErrorBar.hxx | |
parent | 395815caa6be493d0831a61ba3de4e7d5ba4ae1d (diff) |
loplugin:unusedfields in chart2
Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
Diffstat (limited to 'chart2/source/inc/ErrorBar.hxx')
-rw-r--r-- | chart2/source/inc/ErrorBar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/inc/ErrorBar.hxx b/chart2/source/inc/ErrorBar.hxx index c94d17e1cd9b..9f8a187f816d 100644 --- a/chart2/source/inc/ErrorBar.hxx +++ b/chart2/source/inc/ErrorBar.hxx @@ -159,7 +159,6 @@ private: tDataSequenceContainer m_aDataSequences; ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifyListener > m_xModifyEventForwarder; - ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > m_xParent; }; } // namespace chart |