From f00bcef17ca953763ccfad6259ba07aed1c22f50 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 12:06:38 +0000 Subject: 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. --- ucb/source/ucp/tdoc/tdoc_uri.hxx | 8 ++------ 1 file 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 ) -- cgit