[Libreoffice-commits] .: desktop/unx
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Nov 11 08:04:51 PST 2010
desktop/unx/splash/services_unxsplash.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1e2937b0dc81125aabba9e7777728ba817fca3ad
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Nov 11 16:04:47 2010 +0000
WaE, unused parameters
diff --git a/desktop/unx/splash/services_unxsplash.cxx b/desktop/unx/splash/services_unxsplash.cxx
index f83c7f6..2e47298 100644
--- a/desktop/unx/splash/services_unxsplash.cxx
+++ b/desktop/unx/splash/services_unxsplash.cxx
@@ -88,7 +88,7 @@ extern "C"
void SAL_CALL
component_getImplementationEnvironment(
const sal_Char** ppEnvironmentTypeName,
- uno_Environment** ppEnvironment )
+ uno_Environment** /*ppEnvironment*/ )
{
*ppEnvironmentTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
@@ -124,7 +124,7 @@ void* SAL_CALL
component_getFactory(
const sal_Char* pImplementationName,
void* pServiceManager,
- void* pRegistryKey )
+ void* /*pRegistryKey*/ )
{
// Set default return value for this operation - if it failed.
if ( pImplementationName && pServiceManager )
More information about the Libreoffice-commits
mailing list