diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2002-01-23 13:41:17 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2002-01-23 13:41:17 +0000 |
commit | 9539ab5f92ed3d894c8822af7870a4b05c9fadbf (patch) | |
tree | fef4f77c8414a8b44a256c5dff7c81293e8de72f /ucb/source/ucp/webdav/webdavprovider.cxx | |
parent | 5ef9a3fcbe07e3aeb55721d955c54305a770526d (diff) |
#96847# - Removed obsolete define for neon-ftp-patch.
Diffstat (limited to 'ucb/source/ucp/webdav/webdavprovider.cxx')
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index 6993cd96d332..8103cf652afe 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -2,9 +2,9 @@ * * $RCSfile: webdavprovider.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: kso $ $Date: 2001-11-26 09:45:37 $ + * last change: $Author: kso $ $Date: 2002-01-23 14:41:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,10 +76,6 @@ #include "webdavcontent.hxx" #endif -#ifndef HTTP_REQUEST_H // for HTTP_SESSION_FTP -#include "http_request.h" -#endif - using namespace com::sun::star; using namespace webdav_ucp; @@ -172,11 +168,9 @@ ContentProvider::queryContent( RTL_CONSTASCII_STRINGPARAM( HTTPS_URL_SCHEME ) ) && !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( WEBDAV_URL_SCHEME ) ) -#if defined HTTP_SESSION_FTP && !aScheme.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( FTP_URL_SCHEME ) ) -#endif // HTTP_SESSION_FTP ) throw com::sun::star::ucb::IllegalIdentifierException(); |