From 14fc21bd303f8d1e45cc528394efccfcd6093ef3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:18:14 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: I810c4a1fe48f66833ef8f67796d910d59ba994f6 --- odk/qa/checkapi/checkapi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk/qa/checkapi') diff --git a/odk/qa/checkapi/checkapi.cxx b/odk/qa/checkapi/checkapi.cxx index 644de04dad6a..4fc69e6cd631 100644 --- a/odk/qa/checkapi/checkapi.cxx +++ b/odk/qa/checkapi/checkapi.cxx @@ -31,7 +31,7 @@ CPPUNIT_PLUGIN_IMPLEMENT(); extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc(sal_Bool) { - return sal_True; + return true; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit