loplugin:passstuffbyref

Change-Id: If6e877b326bb630f1b4631a60241a93a6e6cbaca
This commit is contained in:
Stephan Bergmann
2015-11-04 13:52:43 +01:00
parent 5ced1a6e42
commit c3b48b26a0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#ifndef __UTIL_COCOA_H__
#define __UTIL_COCOA_H__
bool JvmfwkUtil_isLoadableJVM( OUString aURL );
bool JvmfwkUtil_isLoadableJVM( OUString const & aURL );
#endif

View File

@@ -8,7 +8,7 @@
using namespace rtl;
bool JvmfwkUtil_isLoadableJVM( OUString aURL )
bool JvmfwkUtil_isLoadableJVM( OUString const & aURL )
{
bool bRet = false;