summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filprp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 11:21:49 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 12:45:50 +0200
commitdff9873c270f653ebd073dac90bdacd2a40207c1 (patch)
treee5fa07d6158b119db81ea55017d09a0cb1c12165 /ucb/source/ucp/file/filprp.hxx
parent85ae903734ed39fc072e90346953039965b04864 (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.hxx5
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;
};
}