diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 15:10:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 15:10:32 +0000 |
commit | e100bb57d884d21c6a0e498317fa93b0202dcb64 (patch) | |
tree | f7a8b38fc039e3ee2d479be3c344588ddc5dd1fb /ucb | |
parent | 9277bd24f22c6c2361d50f8b242cfef8d5573428 (diff) |
fix the generally unused non-neon webdav MapDAVException
Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav/webdavcontent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 6a07cd358b94..ca71b3bf68a1 100644 --- a/ucb/source/ucp/webdav/webdavcontent.cxx +++ b/ucb/source/ucp/webdav/webdavcontent.cxx @@ -2028,7 +2028,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues( aNewTitle.clear(); // Set error . - aRet[ nTitlePos ] <<= MapDAVException( e, true ); + aRet[ nTitlePos ] = MapDAVException( e, true ); } } |