diff options
Diffstat (limited to 'odk/qa')
-rw-r--r-- | odk/qa/checkapi/strings.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/qa/checkapi/strings.cxx b/odk/qa/checkapi/strings.cxx index 87526acb673b..9cbf66755ddc 100644 --- a/odk/qa/checkapi/strings.cxx +++ b/odk/qa/checkapi/strings.cxx @@ -23,9 +23,9 @@ #include "allheaders.hxx" CPPUNIT_PLUGIN_IMPLEMENT(); -extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc( sal_Bool bRes ) +extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL firstfunc(sal_Bool) { - return ( bRes = sal_True ); + return sal_True; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |