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

New commits:
commit 9660716fb93e195fe9a89cf44b488c3d84907443
Author: Tor Lillqvist <t...@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;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to