summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/ContentProperties.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-11 14:19:26 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-11 14:19:26 +0000
commita8916a0226c76dd64fffe9216deb4a223bbede35 (patch)
tree18efe6b785abecfd5198274bb128d486d5b606f6 /ucb/source/ucp/webdav/ContentProperties.hxx
parent7982680e70dd74180dcefd43b51fc3c96d4ad941 (diff)
CWS-TOOLING: integrate CWS tkr16
2008-12-11 15:48:43 +0100 tkr r265321 : #i95208# do not deliver linux/unix shared libraries 2008-12-10 11:13:31 +0100 tkr r265158 : CWS-TOOLING: rebase CWS tkr16 to trunk@264807 (milestone: DEV300:m37) 2008-12-09 10:32:56 +0100 tkr r265061 : #i96906# patch: size of a symlink to a file 2008-10-28 08:48:23 +0100 tkr r262697 : iXXXXX#: migrate CWS tkr16 to SVN.
Diffstat (limited to 'ucb/source/ucp/webdav/ContentProperties.hxx')
-rw-r--r--ucb/source/ucp/webdav/ContentProperties.hxx5
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.