[Libreoffice-commits] core.git: fpicker/source

Noel Grandin noel at peralex.com
Tue Feb 12 03:50:18 PST 2013


 fpicker/source/aqua/FPentry.mm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit a5d63b94137d4ce93fdda28734606b83fb86e3af
Author: Noel Grandin <noel at peralex.com>
Date:   Tue Feb 12 13:49:07 2013 +0200

    fix unused parameter warning
    
    Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c

diff --git a/fpicker/source/aqua/FPentry.mm b/fpicker/source/aqua/FPentry.mm
index 98be8b0..78d9ff6 100644
--- a/fpicker/source/aqua/FPentry.mm
+++ b/fpicker/source/aqua/FPentry.mm
@@ -35,8 +35,7 @@ using namespace ::cppu;
 using ::com::sun::star::ui::dialogs::XFilePicker;
 
 
-static Reference< XInterface > SAL_CALL createFileInstance(
-    const Reference< XMultiServiceFactory >& rServiceManager )
+static Reference< XInterface > SAL_CALL createFileInstance( const Reference< XMultiServiceFactory >&  )
 {
     return Reference< XInterface >( *new SalAquaFilePicker );
 }


More information about the Libreoffice-commits mailing list