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 /configmgr | |
parent | 395815caa6be493d0831a61ba3de4e7d5ba4ae1d (diff) |
loplugin:unusedfields in chart2
Change-Id: I8203f84ad8b138932c990032e17ea5d2daf384bb
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/qa/unit/test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx index fd8fac13ea1a..ea835c1f200b 100644 --- a/configmgr/qa/unit/test.cxx +++ b/configmgr/qa/unit/test.cxx @@ -112,7 +112,6 @@ public: CPPUNIT_TEST_SUITE_END(); private: - css::uno::Reference< css::uno::XComponentContext > context_; css::uno::Reference< css::lang::XMultiServiceFactory > provider_; }; |