sd/source/ui/unoidl/UnoDocumentSettings.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9fb829abd39cfe789e80dc6fec53292396d07d30
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Feb 26 15:00:05 2013 +0100

    warning C4805: != : unsafe mix of bool and sal_Bool
    
    Change-Id: Ic1b8c2c179f80217fd7096203f2784d5873b6dc2

diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx 
b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index 7c3ba84..e9d6f65 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -905,7 +905,7 @@ void DocumentSettings::_setPropertyValues( const 
PropertyMapEntry** ppEntries, c
 
             case HANDLE_EMBED_FONTS:
             {
-                sal_Bool bNewValue = sal_False;
+                bool bNewValue = false;
                 if ( *pValues >>= bNewValue )
                 {
                     bChanged = ( pDoc->IsUsingEmbededFonts() != bNewValue );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to