summaryrefslogtreecommitdiffstats
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.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/ucb/source/ucp/webdav/ContentProperties.cxx b/ucb/source/ucp/webdav/ContentProperties.cxx
index 5069ef99ae75..0d5e0741465b 100644
--- a/ucb/source/ucp/webdav/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav/ContentProperties.cxx
@@ -591,11 +591,6 @@ CachableContentProperties::CachableContentProperties(
addProperties( rProps );
}
-CachableContentProperties::CachableContentProperties(
- const DAVResource & rResource )
-{
- addProperties( rResource );
-}
void CachableContentProperties::addProperties(
const ContentProperties & rProps )
@@ -616,6 +611,7 @@ void CachableContentProperties::addProperties(
}
}
+
void CachableContentProperties::addProperties(
const std::vector< DAVPropertyValue > & rProps )
{
@@ -631,9 +627,4 @@ void CachableContentProperties::addProperties(
}
}
-void CachableContentProperties::addProperties( const DAVResource & rResource )
-{
- addProperties( rResource.properties );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */