summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinpstr.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/filinpstr.hxx
parent85ae903734ed39fc072e90346953039965b04864 (diff)
loplugin:unusedfields UnoControls,ucb
Change-Id: I2ff2db21d79d80785f3b6849c879537d5111a960
Diffstat (limited to 'ucb/source/ucp/file/filinpstr.hxx')
-rw-r--r--ucb/source/ucp/file/filinpstr.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filinpstr.hxx b/ucb/source/ucp/file/filinpstr.hxx
index 3fcc4b593765..d070e5240713 100644
--- a/ucb/source/ucp/file/filinpstr.hxx
+++ b/ucb/source/ucp/file/filinpstr.hxx
@@ -42,7 +42,7 @@ namespace fileaccess {
{
public:
- XInputStream_impl( shell* pMyShell,const OUString& aUncPath, bool bLock );
+ XInputStream_impl( const OUString& aUncPath, bool bLock );
virtual ~XInputStream_impl();
@@ -137,7 +137,6 @@ namespace fileaccess {
private:
- css::uno::Reference< css::ucb::XContentProvider > m_xProvider;
bool m_nIsOpen;
ReconnectingFile m_aFile;