summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/webdavcontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx
index 222d0aa9119a..70f84047aa7c 100644
--- a/ucb/source/ucp/webdav/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav/webdavcontent.cxx
@@ -79,7 +79,7 @@ namespace
{
static void lcl_sendPartialGETRequest( bool &bError,
DAVException &aLastException,
- const std::vector< rtl::OUString > aProps,
+ const std::vector< rtl::OUString >& rProps,
std::vector< rtl::OUString > &aHeaderNames,
const boost::scoped_ptr< DAVResourceAccess > &xResAccess,
boost::scoped_ptr< ContentProperties > &xProps,
@@ -175,7 +175,7 @@ static void lcl_sendPartialGETRequest( bool &bError,
if ( xProps.get() )
xProps->addProperties(
- aProps,
+ rProps,
ContentProperties( aResource ) );
else
xProps.reset ( new ContentProperties( aResource ) );