[Libreoffice-commits] core.git: sal/cppunittester

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 30 09:00:02 UTC 2021


 sal/cppunittester/cppunittester.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8ab6e84bf610608ccaca1546ef279179dc68477b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Sep 30 09:53:47 2021 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Sep 30 10:59:28 2021 +0200

    loplugin:fakebool (clang-cl)
    
    Change-Id: I48ee1c1906ab06a487059128eb1eba0d6adb068f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122847
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 2002eb0efb2d..33be3007ba13 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -488,7 +488,7 @@ static bool main2()
 void printStack( CONTEXT* ctx )
 {
     constexpr int MaxNameLen = 256;
-    BOOL    result;
+    bool    result;
     HANDLE  process;
     HANDLE  thread;
     HMODULE hModule;


More information about the Libreoffice-commits mailing list