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

New commits:
commit 9f80fceaa2ed360ef39710eefa5d00f2ad57a718
Author: Stephan Bergmann <[email protected]>
Date:   Thu Jan 26 08:54:57 2017 +0100

    loplugin:salbool
    
    Change-Id: I9c34c84d14084e84ab7d9fda78955cf2aebaf5dc

diff --git a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx 
b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
index ba82a41..4676966 100644
--- a/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
+++ b/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx
@@ -460,7 +460,7 @@ bool UCBDeadPropertyValue::toXML( const uno::Any & rInData,
     else if ( rType == cppu::UnoType<bool>::get() )
     {
         // boolean
-        sal_Bool bValue = false;
+        bool bValue = false;
         rInData >>= bValue;
         aStringValue = OUString::boolean( bValue );
         aStringType = aTypeBoolean;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to