summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVTypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVTypes.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVTypes.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVTypes.hxx b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
index 9e38d07172f8..0f6a34a3d0d8 100644
--- a/ucb/source/ucp/webdav-neon/DAVTypes.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVTypes.hxx
@@ -195,9 +195,9 @@ namespace webdav_ucp
struct ProppatchValue
{
- ProppatchOperation const operation;
- OUString const name;
- css::uno::Any const value;
+ ProppatchOperation operation;
+ OUString name;
+ css::uno::Any value;
ProppatchValue( const ProppatchOperation o,
const OUString & n,