Kaydet (Commit) 3e40e67b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1213270 Parse warning

Change-Id: I60d723e6baebcdb64daaa108a7e1a73554941940
üst 34509a08
......@@ -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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment