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

Tor Lillqvist tml at collabora.com
Tue Apr 8 01:36:50 PDT 2014


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

New commits:
commit 135828c0d2e6a3ab439be23a05ed5537ede556f0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Apr 8 11:35:13 2014 +0300

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

diff --git a/include/svtools/svparser.hxx b/include/svtools/svparser.hxx
index c26a244..55a61df 100644
--- a/include/svtools/svparser.hxx
+++ b/include/svtools/svparser.hxx
@@ -86,7 +86,7 @@ protected:
 
         TokenStackType()
             : nTokenValue(0)
-            , bTokenHasValue(0)
+            , bTokenHasValue(false)
             , nTokenId(0)
         {
         }


More information about the Libreoffice-commits mailing list