summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-02-12 15:41:38 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-02-12 15:41:38 +0100
commitd0ba772044bce89644839e9eb2451f67045fd057 (patch)
treebae37492757db4cd1bf76f20cc12c1fc7bf86a13 /ucb/source/ucp/ftp
parente82f5f7eff50cd0ae00e8ccf8b6531c9e93657e7 (diff)
parent46e81a69d5a3791742997fefd96a9ea3cf1302f3 (diff)
CWS-TOOLING: integrate CWS tkr32
Diffstat (limited to 'ucb/source/ucp/ftp')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index 73300c16844b..fc9ce0ac88f8 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -622,9 +622,7 @@ Any SAL_CALL FTPContent::execute(
else if(e.code() == CURLE_COULDNT_RESOLVE_HOST )
action = THROWRESOLVENAME;
else if(e.code() == CURLE_FTP_USER_PASSWORD_INCORRECT ||
-#if LIBCURL_VERSION_NUM>=0x070d01 /* 7.13.1 */
e.code() == CURLE_LOGIN_DENIED ||
-#endif
e.code() == CURLE_BAD_PASSWORD_ENTERED ||
e.code() == CURLE_FTP_WEIRD_PASS_REPLY)
action = THROWAUTHENTICATIONREQUEST;