ucb/source/ucp/webdav/webdavcontent.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c68347040462ae6c000c0f7564c42553c8c18f98 Author: Caolán McNamara <[email protected]> Date: Mon Dec 5 15:10:32 2016 +0000 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/ucb/source/ucp/webdav/webdavcontent.cxx b/ucb/source/ucp/webdav/webdavcontent.cxx index 6a07cd3..ca71b3b 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 ); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
