summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav/ContentProperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav/ContentProperties.cxx')
-rw-r--r--ucb/source/ucp/webdav/ContentProperties.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/source/ucp/webdav/ContentProperties.cxx b/ucb/source/ucp/webdav/ContentProperties.cxx
index de6b1ff245e1..c7c5ebc05dbd 100644
--- a/ucb/source/ucp/webdav/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav/ContentProperties.cxx
@@ -613,7 +613,9 @@ CachableContentProperties::CachableContentProperties(
void CachableContentProperties::addProperties(
const ContentProperties & rProps )
{
+ SAL_WNODEPRECATED_DECLARATIONS_PUSH
const std::auto_ptr< PropertyValueMap > & props = rProps.getProperties();
+ SAL_WNODEPRECATED_DECLARATIONS_POP
PropertyValueMap::const_iterator it = props->begin();
const PropertyValueMap::const_iterator end = props->end();