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

Tor Lillqvist tml at collabora.com
Tue Apr 8 01:40:11 PDT 2014


 sfx2/source/appl/imestatuswindow.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9660716fb93e195fe9a89cf44b488c3d84907443
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 8 11:38:52 2014 +0300

    WaE: implicit conversion of literal of type 'int' to 'bool'
    
    Change-Id: I501dcb0ca3465e5e07564a7156a0dfa3f2767af5

diff --git a/sfx2/source/appl/imestatuswindow.cxx b/sfx2/source/appl/imestatuswindow.cxx
index 717298d..ffdcf4f 100644
--- a/sfx2/source/appl/imestatuswindow.cxx
+++ b/sfx2/source/appl/imestatuswindow.cxx
@@ -109,7 +109,7 @@ bool ImeStatusWindow::isShowing()
 {
     try
     {
-        bool bShow(0);
+        bool bShow(false);
         if (getConfig()->getPropertyValue(OUString("ShowStatusWindow")) >>= bShow)
             return bShow;
     }


More information about the Libreoffice-commits mailing list