[Libreoffice-commits] core.git: ucb/source
Caolán McNamara
caolanm at redhat.com
Mon Dec 5 15:11:23 UTC 2016
ucb/source/ucp/webdav/webdavcontent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e100bb57d884d21c6a0e498317fa93b0202dcb64
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
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