diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:18:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:25:48 +0200 |
commit | abe81a0b7b5014aefec1ede55cc6b7b947c47484 (patch) | |
tree | 769331fe1b6fbdee41dff85b8259e5d275ab5dc2 /sal/qa/rtl | |
parent | b8f04b740fe3e61269daeccbbb9bc5752e5fd5b3 (diff) |
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I6c656f991999791469015500aff1905fdb16ba65
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r-- | sal/qa/rtl/uuid/rtl_Uuid.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/uuid/rtl_Uuid.cxx b/sal/qa/rtl/uuid/rtl_Uuid.cxx index 2ceef782385b..714d4b27555a 100644 --- a/sal/qa/rtl/uuid/rtl_Uuid.cxx +++ b/sal/qa/rtl/uuid/rtl_Uuid.cxx @@ -48,7 +48,7 @@ public: sal_Int32 i,i2; for( i = 0 ; i < TEST_UUID ; i ++ ) { - rtl_createUuid( aNode[i], nullptr, sal_False ); + rtl_createUuid( aNode[i], nullptr, false ); } bool bRes = true; for( i = 0 ; i < TEST_UUID ; i ++ ) |