[Libreoffice-commits] core.git: include/sfx2

Tor Lillqvist tml at collabora.com
Sat Apr 5 23:17:13 PDT 2014


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

New commits:
commit 52ee886ca0015b8997a328bfef655540f2ee49e8
Author: Tor Lillqvist <tml at 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,


More information about the Libreoffice-commits mailing list