summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:06:38 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:06:38 +0000
commitf00bcef17ca953763ccfad6259ba07aed1c22f50 (patch)
tree72262d246b24893109c212905ccfedd7475d059a
parent487d3fbad30c92fbbd42efe2c5d3c3b5d991d629 (diff)
INTEGRATION: CWS ucbfixes01 (1.3.106); FILE MERGED
2007/04/23 16:40:14 kso 1.3.106.1: #70959# - Eliminated multiple identical URI helper functionality implementations.
-rw-r--r--ucb/source/ucp/tdoc/tdoc_uri.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_uri.hxx b/ucb/source/ucp/tdoc/tdoc_uri.hxx
index 044f103e3563..ae199d9b3528 100644
--- a/ucb/source/ucp/tdoc/tdoc_uri.hxx
+++ b/ucb/source/ucp/tdoc/tdoc_uri.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tdoc_uri.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:04:39 $
+ * last change: $Author: kz $ $Date: 2007-05-10 13:06:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,10 +107,6 @@ public:
inline sal_Bool isDocument() const;
inline sal_Bool isFolder() const;
-
- static ::rtl::OUString encodeURL( const ::rtl::OUString & rURL );
- static ::rtl::OUString encodeSegment( const ::rtl::OUString & rSegment );
- static ::rtl::OUString decodeSegment( const rtl::OUString& rSegment );
};
inline void Uri::setUri( const ::rtl::OUString & rUri )