summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-27 10:08:33 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-27 10:08:33 +0000
commit1a0447577828e4cd04690e9e30347677746654c1 (patch)
tree27d75f87517c087256cca1dfc04668f9843658af /ucb
parentc92a6a11503c32114f491a018e731837fd3ead54 (diff)
INTEGRATION: CWS kso14 (1.11.178); FILE MERGED
2005/01/19 11:07:27 sb 1.11.178.1: #i39224# Made code consistent so that FTPURL::m_aPathSegmentVec always contains encoded path segments.
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpurl.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/ucb/source/ucp/ftp/ftpurl.hxx b/ucb/source/ucp/ftp/ftpurl.hxx
index 7a896061a62b..fda2e2f8fbf8 100644
--- a/ucb/source/ucp/ftp/ftpurl.hxx
+++ b/ucb/source/ucp/ftp/ftpurl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpurl.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:26:48 $
+ * last change: $Author: obo $ $Date: 2005-01-27 11:08:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,8 +154,10 @@ namespace ftp {
rtl::OUString parent(bool internal = false) const;
+ /** sets the unencoded title */
void child(const rtl::OUString& title);
+ /** returns the unencoded title */
rtl::OUString child(void) const;
std::vector<FTPDirentry> list(sal_Int16 nMode) const
@@ -192,7 +194,7 @@ namespace ftp {
mutable rtl::OUString m_aPort;
mutable rtl::OUString m_aType;
- /** Contains the decoded pathsegments of the url.
+ /** Contains the encoded pathsegments of the url.
*/
std::vector<rtl::OUString> m_aPathSegmentVec;