diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 15:10:32 +0000 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-24 12:24:43 +0100 |
commit | f66e3708827806247539a7cc43a862332b0c9737 (patch) | |
tree | 0c996bd03a6fcd960415b3bf208c22cb3f08e578 | |
parent | f678dd85a0271af604e6591e8ef87e16cd6c1d50 (diff) |
fix the generally unused non-neon webdav MapDAVException
Change-Id: I82caa1686a8855c484050f129d5095f95eab7ece
(cherry picked from commit e100bb57d884d21c6a0e498317fa93b0202dcb64)
Reviewed-on: https://gerrit.libreoffice.org/34526
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit c68347040462ae6c000c0f7564c42553c8c18f98)
-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 ); } } |