summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:04:47 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:04:47 +0000
commit19c54d15b63f219966bf7e6d5c20152c465235ab (patch)
tree0b962f18ca202658fa236c6621a7fc1efea51a62
parent273384ce187224f92f78b587f5055e0fc911e2cf (diff)
INTEGRATION: CWS ucbfixes01 (1.14.38); FILE MERGED
2007/04/23 16:40:11 kso 1.14.38.1: #70959# - Eliminated multiple identical URI helper functionality implementations.
-rw-r--r--ucb/source/ucp/hierarchy/hierarchyprovider.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchyprovider.cxx b/ucb/source/ucp/hierarchy/hierarchyprovider.cxx
index eaa9a45cfd39..1fbf88c45f99 100644
--- a/ucb/source/ucp/hierarchy/hierarchyprovider.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchyprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hierarchyprovider.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 13:56:33 $
+ * last change: $Author: kz $ $Date: 2007-05-10 13:04:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,8 @@
#include "hierarchyuri.hxx"
#endif
+#include "../inc/urihelper.hxx"
+
using namespace com::sun;
using namespace com::sun::star;
@@ -161,7 +163,7 @@ HierarchyContentProvider::queryContent(
// Encode URL and create new Id. This may "correct" user-typed-in URL's.
uno::Reference< star::ucb::XContentIdentifier > xCanonicId
= new ::ucb::ContentIdentifier( m_xSMgr,
- HierarchyUri::encodeURL(
+ ::ucb::urihelper::encodeURI(
aUri.getUri() ) );
vos::OGuard aGuard( m_aMutex );