summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:18:14 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:45 +0200
commit14fc21bd303f8d1e45cc528394efccfcd6093ef3 (patch)
tree0a8ba8682361cbd755a726b67a6394851564671e /odk
parent227f6998d5a66ff46123832ee6e2415382ae1e8d (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I810c4a1fe48f66833ef8f67796d910d59ba994f6
Diffstat (limited to 'odk')
-rw-r--r--odk/qa/checkapi/checkapi.cxx2
1 files changed, 1 insertions, 1 deletions
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: */