diff options
author | Noel Grandin <noel@peralex.com> | 2013-05-27 15:35:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-05-28 08:10:24 +0200 |
commit | c380b432e32647ca9583b688c9b2f5688d7c2695 (patch) | |
tree | 1725d0924ffd16f2a01606617aab2edc1579c2b1 /framework/inc | |
parent | 5835d8d2716448fb5549e7bae433704143d63e84 (diff) |
remove unnecessary parameter and field
Change-Id: I10311ea88f69566d9e30308c0cff193dd5ddcd11
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/vclstatusindicator.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx index 1827174444ab..62021bf39f23 100644 --- a/framework/inc/helper/vclstatusindicator.hxx +++ b/framework/inc/helper/vclstatusindicator.hxx @@ -47,9 +47,6 @@ class VCLStatusIndicator : public css::task::XStatusIndicator private: - /** can be used to create own needed uno resources. */ - css::uno::Reference< css::lang::XMultiServiceFactory > m_xSMGR; - /** points to the parent window of this progress and hold it alive. */ css::uno::Reference< css::awt::XWindow > m_xParentWindow; @@ -79,8 +76,7 @@ class VCLStatusIndicator : public css::task::XStatusIndicator FWK_DECLARE_XINTERFACE /// ctor - VCLStatusIndicator(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR , - const css::uno::Reference< css::awt::XWindow >& xParentWindow); + VCLStatusIndicator(const css::uno::Reference< css::awt::XWindow >& xParentWindow); /// dtor virtual ~VCLStatusIndicator(); |