diff options
-rw-r--r-- | odk/qa/checkapi/checkapi.cxx | 2 |
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: */ |