diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 12:45:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 12:45:50 +0200 |
commit | f7e4cf3c27100dbaf292dfacf0964bdade0a866a (patch) | |
tree | 129dac640a84f67e9e997c3b4f877c831b57a0ff /sw/source/ui/vba/vbatabstop.hxx | |
parent | dff9873c270f653ebd073dac90bdacd2a40207c1 (diff) |
loplugin:unusedfields in sw
Change-Id: I4d987718bf27766c8cd7f3654db6645e5a7f554a
Diffstat (limited to 'sw/source/ui/vba/vbatabstop.hxx')
-rw-r--r-- | sw/source/ui/vba/vbatabstop.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbatabstop.hxx b/sw/source/ui/vba/vbatabstop.hxx index 9c5f5c4db04a..aaad749f91b2 100644 --- a/sw/source/ui/vba/vbatabstop.hxx +++ b/sw/source/ui/vba/vbatabstop.hxx @@ -26,11 +26,8 @@ typedef InheritedHelperInterfaceWeakImpl< ooo::vba::word::XTabStop > SwVbaTabSto class SwVbaTabStop : public SwVbaTabStop_BASE { -private: - css::uno::Reference< css::beans::XPropertySet > mxParaProps; - public: - SwVbaTabStop( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext, const css::uno::Reference< css::beans::XPropertySet >& xParaProps ) throw ( css::uno::RuntimeException ); + SwVbaTabStop( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Reference< css::uno::XComponentContext >& rContext ) throw ( css::uno::RuntimeException ); virtual ~SwVbaTabStop(); // XHelperInterface |