[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - ucb/source
Caolán McNamara
caolanm at redhat.com
Wed Feb 22 06:36:32 UTC 2017
ucb/source/ucp/webdav/webdavcontent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c68347040462ae6c000c0f7564c42553c8c18f98
Author: Caolán McNamara <caolanm at redhat.com>
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 <ci at libreoffice.org>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
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 );
}
}
More information about the Libreoffice-commits
mailing list