From 6f8d047519c8e80371a646ce4bad8f7304aab6ea Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 11 Jul 2016 16:32:28 +0200 Subject: loplugin:salbool: Better heuristic to determine code shared between C and C++ Change-Id: I09c9c57d5adeb665cc2508fad9727085a3289bfb --- sal/qa/osl/security/osl_Security_Const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal/qa/osl') diff --git a/sal/qa/osl/security/osl_Security_Const.h b/sal/qa/osl/security/osl_Security_Const.h index 84619f0964b2..83dd21f31f14 100644 --- a/sal/qa/osl/security/osl_Security_Const.h +++ b/sal/qa/osl/security/osl_Security_Const.h @@ -51,7 +51,7 @@ const char pTestString[17] = "Sun Microsystems"; ::rtl::OUString strUserName, strComputerName, strHomeDirectory; ::rtl::OUString strConfigDirectory, strUserID; -bool isAdmin = sal_False; +bool isAdmin = false; #endif // INCLUDED_SAL_QA_OSL_SECURITY_OSL_SECURITY_CONST_H -- cgit