diff options
Diffstat (limited to 'ucb/source/ucp/webdav/ContentProperties.hxx')
-rw-r--r-- | ucb/source/ucp/webdav/ContentProperties.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ucb/source/ucp/webdav/ContentProperties.hxx b/ucb/source/ucp/webdav/ContentProperties.hxx index 758e035c0e05..47e1ff57e3ec 100644 --- a/ucb/source/ucp/webdav/ContentProperties.hxx +++ b/ucb/source/ucp/webdav/ContentProperties.hxx @@ -146,11 +146,6 @@ public: std::vector< rtl::OUString > & resources, bool bIncludeUnmatched = true ); - // Returns a list of HTTP header names that can be mapped to UCB property - // names. - static void getMappableHTTPHeaders( - std::vector< rtl::OUString > & rHeaderNames ); - // return true, if all properties contained in rProps are contained in // this ContentProperties instance. Otherwiese, false will be returned. // rNamesNotContained contain the missing names. |