summaryrefslogtreecommitdiffstats
path: root/ucb/source/ucp/webdav-neon/DAVTypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVTypes.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVTypes.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVTypes.hxx b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
index c7c37156bd4f..8474ad943f3a 100644
--- a/ucb/source/ucp/webdav-neon/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
@@ -180,22 +180,6 @@ namespace webdav_ucp
void removeDAVOptions( const OUString & rURL );
void addDAVOptions( DAVOptions & rDAVOptions, const sal_uInt32 nLifeTime );
- /** return the cached value of HTTP response status code
- If the cached value is found stale, it is removed.
-
- @param (in) OUString
- the resource URL
-
- @return int
- the cached
- are not present (meaning the resource should be checked for
- presence anyway)
- false if resource was not found
- */
- sal_uInt16 getHttpResponseStatusCode( const OUString & rURL, OUString & rHttpResponseStatusText );
-
- bool isHeadAllowed( const OUString & rURL );
-
void setHeadAllowed( const OUString & rURL, bool HeadAllowed = true );
private: