Kaydet (Commit) c3b48b26 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: If6e877b326bb630f1b4631a60241a93a6e6cbaca
üst 5ced1a6e
#ifndef __UTIL_COCOA_H__ #ifndef __UTIL_COCOA_H__
#define __UTIL_COCOA_H__ #define __UTIL_COCOA_H__
bool JvmfwkUtil_isLoadableJVM( OUString aURL ); bool JvmfwkUtil_isLoadableJVM( OUString const & aURL );
#endif #endif
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
using namespace rtl; using namespace rtl;
bool JvmfwkUtil_isLoadableJVM( OUString aURL ) bool JvmfwkUtil_isLoadableJVM( OUString const & aURL )
{ {
bool bRet = false; bool bRet = false;
......
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