summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/webdav-curl/DAVTypes.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-curl/DAVTypes.hxx b/ucb/source/ucp/webdav-curl/DAVTypes.hxx
index 66b0aee8ec49..e0f2e856030a 100644
--- a/ucb/source/ucp/webdav-curl/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav-curl/DAVTypes.hxx
@@ -191,8 +191,8 @@ namespace http_dav_ucp
css::uno::Any const value;
ProppatchValue( const ProppatchOperation o,
- const OUString n,
- const css::uno::Any v )
+ OUString n,
+ css::uno::Any v )
: operation( o ), name( std::move(n) ), value( std::move(v) ) {}
};
} // namespace http_dav_ucp