basic/source/runtime/runtime.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c7291141c4d217e9d4748086fa37b1bb0c1e15f
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Mar 2 09:39:55 2015 +0200

    WaE: implicit conversion from bool to 'int'
    
    Change-Id: I40782009fb8d73f827c82c298586a7d4542561c9

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 29c1913..39be302 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -1575,7 +1575,7 @@ void SbiRuntime::StepLIKE()
     aSearchOpt.Locale = 
Application::GetSettings().GetLanguageTag().getLocale();
     aSearchOpt.searchString = pattern;
 
-    int bTextMode(1);
+    bool bTextMode(true);
     bool bCompatibility = ( GetSbData()->pInst && 
GetSbData()->pInst->IsCompatibility() );
     if( bCompatibility )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to