diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 14:53:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-22 09:53:27 +0200 |
commit | e24c4c40c052591414cedab2fba152170d385580 (patch) | |
tree | 93c46e8cc14b4332251a7cc1ef93197a2e09d9c7 /sc/inc | |
parent | 8ac44ca1890f31521e34c14db1b796a80456404b (diff) |
loplugin:unusedfields in sc
Change-Id: Ic801acdd16eded595fdb2a452bbed532b7c9fd65
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/AccessibleFilterTopWindow.hxx | 4 | ||||
-rw-r--r-- | sc/inc/datauno.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/AccessibleFilterTopWindow.hxx b/sc/inc/AccessibleFilterTopWindow.hxx index b5149ea9788d..12a77c82d1ea 100644 --- a/sc/inc/AccessibleFilterTopWindow.hxx +++ b/sc/inc/AccessibleFilterTopWindow.hxx @@ -55,10 +55,6 @@ public: ChildControlType eType); private: - /** The top menu part */ - css::uno::Reference< css::accessibility::XAccessible > - mxAccMenu; - /** Edit search box for searching field members */ css::uno::Reference< css::accessibility::XAccessible > mxAccEditSearchBox; diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index 1759f394d5c3..cbaebc7514a9 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -238,7 +238,6 @@ class ScSubTotalFieldObj : public cppu::WeakImplHelper< css::lang::XServiceInfo > { private: - css::uno::Reference<css::sheet::XSubTotalDescriptor> xRef; ScSubTotalDescriptorBase& rParent; sal_uInt16 nPos; |