include/sfx2/childwin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52ee886ca0015b8997a328bfef655540f2ee49e8
Author: Tor Lillqvist <t...@collabora.com>
Date:   Sun Apr 6 09:16:48 2014 +0300

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: Iaaac351b2276f20a292e9b3840ddd1d808fc564f

diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 8e2827b..8680809 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -60,7 +60,7 @@ struct SfxChildWinInfo
 
                         SfxChildWinInfo()
                         {
-                            bVisible = sal_False;
+                            bVisible = false;
                             nFlags = 0;
                         }
     bool                GetExtraData_Impl( SfxChildAlignment    *pAlign,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to