summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filid.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filid.hxx')
-rw-r--r--ucb/source/ucp/file/filid.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filid.hxx b/ucb/source/ucp/file/filid.hxx
index 8c2ba156450a..54c25408479e 100644
--- a/ucb/source/ucp/file/filid.hxx
+++ b/ucb/source/ucp/file/filid.hxx
@@ -36,8 +36,7 @@ namespace fileaccess {
// This implementation has to be reworked
public:
- FileContentIdentifier( shell* pMyShell,
- const OUString& aUnqPath,
+ FileContentIdentifier( const OUString& aUnqPath,
bool IsNormalized = true );
virtual ~FileContentIdentifier();
@@ -81,7 +80,6 @@ namespace fileaccess {
throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
private:
- shell* m_pMyShell;
OUString m_aContentId; // The URL string
OUString m_aNormalizedId; // The somehow normalized string
OUString m_aProviderScheme;