diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-11 16:32:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-11 16:32:28 +0200 |
commit | 6f8d047519c8e80371a646ce4bad8f7304aab6ea (patch) | |
tree | f79b5a6cae706b3d4422a02bd109824eb8a2eeaa /sal | |
parent | c726059adf71f9c812df3363b4902c52023827b6 (diff) |
loplugin:salbool: Better heuristic to determine code shared between C and C++
Change-Id: I09c9c57d5adeb665cc2508fad9727085a3289bfb
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/security/osl_Security_Const.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |