summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:06:04 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:06:04 +0000
commit45d461bfcab7429faa4904d0abeaa9857b3b4368 (patch)
tree4f7cbbbce96214e394f5100e3c6242f90a1ceea3
parentaff2fe50859c74007461c611727812e5a89e6623 (diff)
INTEGRATION: CWS ucbfixes01 (1.8.106); FILE MERGED
2007/04/23 16:40:13 kso 1.8.106.1: #70959# - Eliminated multiple identical URI helper functionality implementations.
-rw-r--r--ucb/source/ucp/package/pkguri.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/ucb/source/ucp/package/pkguri.hxx b/ucb/source/ucp/package/pkguri.hxx
index d64016118e7d..1c3d149c1ca4 100644
--- a/ucb/source/ucp/package/pkguri.hxx
+++ b/ucb/source/ucp/package/pkguri.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pkguri.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:58:01 $
+ * last change: $Author: kz $ $Date: 2007-05-10 13:06:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,10 +69,6 @@ public:
PackageUri( const ::rtl::OUString & rPackageUri )
: m_aUri( rPackageUri ), m_bValid( false ) {}
- static ::rtl::OUString decodeSegment( const ::rtl::OUString& rSource );
- static ::rtl::OUString encodeSegment( const ::rtl::OUString& rSource );
- static ::rtl::OUString encodeSegmentsForSure( const rtl::OUString& rSource );
-
sal_Bool isValid() const
{ init(); return m_bValid; }