summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_uri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_uri.hxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_uri.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_uri.hxx b/ucb/source/ucp/tdoc/tdoc_uri.hxx
index dad3db6d5667..15e51e6e8d36 100644
--- a/ucb/source/ucp/tdoc/tdoc_uri.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_uri.hxx
@@ -37,7 +37,6 @@ class Uri
mutable OUString m_aParentUri;
mutable OUString m_aPath;
mutable OUString m_aDocId;
- mutable OUString m_aInternalPath;
mutable OUString m_aName;
mutable OUString m_aDecodedName;
mutable State m_eState;
@@ -86,7 +85,6 @@ inline void Uri::setUri( const OUString & rUri )
m_aUri = rUri;
m_aParentUri.clear();
m_aDocId.clear();
- m_aInternalPath.clear();
m_aPath.clear();
m_aName.clear();
m_aDecodedName.clear();