diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-21 11:21:49 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-21 12:45:50 +0200 |
commit | dff9873c270f653ebd073dac90bdacd2a40207c1 (patch) | |
tree | e5fa07d6158b119db81ea55017d09a0cb1c12165 /ucb/source/ucp/file/filprp.hxx | |
parent | 85ae903734ed39fc072e90346953039965b04864 (diff) |
loplugin:unusedfields UnoControls,ucb
Change-Id: I2ff2db21d79d80785f3b6849c879537d5111a960
Diffstat (limited to 'ucb/source/ucp/file/filprp.hxx')
-rw-r--r-- | ucb/source/ucp/file/filprp.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filprp.hxx b/ucb/source/ucp/file/filprp.hxx index ecb92c8eb7a1..a4800bff1277 100644 --- a/ucb/source/ucp/file/filprp.hxx +++ b/ucb/source/ucp/file/filprp.hxx @@ -53,9 +53,8 @@ class XPropertySetInfo_impl : public cppu::WeakImplHelper< throw( css::uno::RuntimeException, std::exception ) override; private: - shell* m_pMyShell; - css::uno::Reference< css::ucb::XContentProvider > m_xProvider; - sal_Int32 m_count; + shell* m_pMyShell; + sal_Int32 m_count; css::uno::Sequence< css::beans::Property > m_seq; }; } |