[Libreoffice-commits] .: fpicker/source

Caolán McNamara caolan at kemper.freedesktop.org
Fri Dec 17 04:49:35 PST 2010


 fpicker/source/unx/kde/makefile.mk             |    1 +
 fpicker/source/unx/kde_unx/UnxFPentry.cxx      |    6 +++---
 fpicker/source/unx/kde_unx/UnxNotifyThread.cxx |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit b78682bda7c550df2c8b0b062ebb0ef73a06d619
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 17 11:41:09 2010 +0000

    WaE: unused parameters

diff --git a/fpicker/source/unx/kde/makefile.mk b/fpicker/source/unx/kde/makefile.mk
index dcb16d9..5a6d901 100644
--- a/fpicker/source/unx/kde/makefile.mk
+++ b/fpicker/source/unx/kde/makefile.mk
@@ -31,6 +31,7 @@ PRJNAME=fpicker
 TARGET=kdefilepicker
 LIBTARGET=NO
 ENABLE_EXCEPTIONS=TRUE
+EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
 #COMP1TYPELIST=$(TARGET)
 #COMPRDB=$(SOLARBINDIR)$/types.rdb
 
diff --git a/fpicker/source/unx/kde_unx/UnxFPentry.cxx b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
index c577440..98c94d6 100644
--- a/fpicker/source/unx/kde_unx/UnxFPentry.cxx
+++ b/fpicker/source/unx/kde_unx/UnxFPentry.cxx
@@ -64,7 +64,7 @@ extern "C"
 // component_getImplementationEnvironment
 //////////////////////////////////////////////////////////////////////////
 
-void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ppEnv )
+void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ )
 {
     *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
 }
@@ -73,7 +73,7 @@ void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTyp
 //
 //////////////////////////////////////////////////////////////////////////
 
-sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey )
+sal_Bool SAL_CALL component_writeInfo( void* /*pServiceManager*/, void* pRegistryKey )
 {
     sal_Bool bRetVal = sal_True;
 
@@ -98,7 +98,7 @@ sal_Bool SAL_CALL component_writeInfo( void* pServiceManager, void* pRegistryKey
 //
 //////////////////////////////////////////////////////////////////////////
 
-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* /*pRegistryKey*/ )
 {
     void* pRet = 0;
 
diff --git a/fpicker/source/unx/kde_unx/UnxNotifyThread.cxx b/fpicker/source/unx/kde_unx/UnxNotifyThread.cxx
index 6570290..a97fdfc 100644
--- a/fpicker/source/unx/kde_unx/UnxNotifyThread.cxx
+++ b/fpicker/source/unx/kde_unx/UnxNotifyThread.cxx
@@ -52,7 +52,7 @@ void SAL_CALL UnxFilePickerNotifyThread::addFilePickerListener( const uno::Refer
     m_xListener = xListener;
 }
 
-void SAL_CALL UnxFilePickerNotifyThread::removeFilePickerListener( const uno::Reference< ui::dialogs::XFilePickerListener >& xListener )
+void SAL_CALL UnxFilePickerNotifyThread::removeFilePickerListener( const uno::Reference< ui::dialogs::XFilePickerListener >& /*xListener*/ )
     throw( uno::RuntimeException )
 {
     ::osl::MutexGuard aGuard( m_aMutex );


More information about the Libreoffice-commits mailing list