[Libreoffice-commits] .: cppuhelper/source
Tor Lillqvist
tml at kemper.freedesktop.org
Tue Jan 3 02:15:22 PST 2012
cppuhelper/source/shlib.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 08f62fb29d448197e3353acd7fa8923cbd26939a
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jan 3 11:47:00 2012 +0200
WaE: unused parameter 'rPath'
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 1213b0e..48596aa 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -487,6 +487,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
Reference< XInterface >() );
}
#else
+ (void) rPath;
oslModule lib;
OUString aModulePath(OUSTR("MAIN"));
if (! osl_getModuleHandle( NULL, &lib))
More information about the Libreoffice-commits
mailing list