summaryrefslogtreecommitdiff
path: root/fpicker/source/unx/kde4/KDE4FPEntry.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2009-12-07 09:34:25 +0100
committersb <sb@openoffice.org>2009-12-07 09:34:25 +0100
commit8f02bdd65eee70e9e4588106a92ba248856b407b (patch)
tree138e1136de8ceefb0da5d7df4721f4f6c1ab22a6 /fpicker/source/unx/kde4/KDE4FPEntry.cxx
parente29d297766466261ab42ec95edd69d8ae8cd3dff (diff)
parent4d9f378e82dd5a49ec7b72df0494007b455fdcf9 (diff)
merged in DEV300_m66
Diffstat (limited to 'fpicker/source/unx/kde4/KDE4FPEntry.cxx')
-rw-r--r--fpicker/source/unx/kde4/KDE4FPEntry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/kde4/KDE4FPEntry.cxx b/fpicker/source/unx/kde4/KDE4FPEntry.cxx
index f6c7b0e691..5fa358df2d 100644
--- a/fpicker/source/unx/kde4/KDE4FPEntry.cxx
+++ b/fpicker/source/unx/kde4/KDE4FPEntry.cxx
@@ -84,12 +84,12 @@ static Reference< XInterface > SAL_CALL createInstance( const Reference< XMultiS
// the three uno functions that will be exported
extern "C"
{
- void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+ void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** )
{
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
- sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey )
+ sal_Bool SAL_CALL component_writeInfo( void*, void* pRegistryKey )
{
sal_Bool bRetVal = sal_True;
@@ -110,7 +110,7 @@ extern "C"
return bRetVal;
}
- void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* pRegistryKey )
+ void* SAL_CALL component_getFactory( const sal_Char* pImplName, uno_Interface* pSrvManager, uno_Interface* )
{
void* pRet = 0;