summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-27 10:07:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-27 10:07:47 +0000
commitdaf79528adeebb0ae28f9589463ea138e2667882 (patch)
treefd037c7aff6a4bc9ee0980237c13efabb674e590 /ucb
parentbd5b488d25930826d17d37c0f1d78c9faf940ea8 (diff)
INTEGRATION: CWS kso14 (1.22.62); FILE MERGED
2005/01/19 11:07:27 sb 1.22.62.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/ftpcontent.cxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index 62de9ffeea85..86af5dff9512 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftpcontent.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:32:37 $
+ * last change: $Author: obo $ $Date: 2005-01-27 11:07:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,6 @@
#include <memory>
#include <vector>
#include <rtl/memory.h>
-#include <rtl/uri.hxx>
#include <curl/curl.h>
#include <curl/easy.h>
#include <ucbhelper/cancelcommandexecution.hxx>
@@ -899,12 +898,6 @@ Sequence<Any> FTPContent::setPropertyValues(
continue;
}
- Title =
- rtl::Uri::encode(Title,
- rtl_UriCharClassPchar,
- rtl_UriEncodeIgnoreEscapes,
- RTL_TEXTENCODING_UTF8);
-
if(m_bInserted) {
m_aFTPURL.child(Title);
m_xIdentifier =