summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:05:09 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:05:09 +0000
commit0f375013f4bfb68387121d794dd834b4b9bf8dca (patch)
tree589d94e3bcf69d5f67728c80d69312e78507e270
parent2583a6472e3ba0ab45bf2f9c707a36061e158952 (diff)
INTEGRATION: CWS ucbfixes01 (1.3.106); FILE MERGED
2007/04/23 16:40:12 kso 1.3.106.1: #70959# - Eliminated multiple identical URI helper functionality implementations.
-rw-r--r--ucb/source/ucp/hierarchy/hierarchyuri.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchyuri.hxx b/ucb/source/ucp/hierarchy/hierarchyuri.hxx
index ef3682141d91..95fd7ccd5b53 100644
--- a/ucb/source/ucp/hierarchy/hierarchyuri.hxx
+++ b/ucb/source/ucp/hierarchy/hierarchyuri.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hierarchyuri.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:49:18 $
+ * last change: $Author: kz $ $Date: 2007-05-10 13:05:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,6 @@ class HierarchyUri
private:
void init() const;
- static ::rtl::OUString decodeSegment( const ::rtl::OUString& rSource );
public:
HierarchyUri() : m_bValid( false ) {}
@@ -89,9 +88,6 @@ public:
{ init(); return m_aName; }
inline sal_Bool isRootFolder() const;
-
- static ::rtl::OUString encodeURL( const ::rtl::OUString & rURL );
- static ::rtl::OUString encodeSegment( const ::rtl::OUString & rSegment );
};
inline sal_Bool HierarchyUri::isRootFolder() const