ucb/source/ucp/webdav/webdavcontent.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e100bb57d884d21c6a0e498317fa93b0202dcb64
Author: Caolán McNamara <caol...@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 );
         }
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to