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

Noel Power noel.power at suse.com
Thu May 9 08:21:44 PDT 2013


 sc/source/ui/vba/vbaapplication.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d6fd3fa6e840c6374f53beeae54f4aa71d73ffcd
Author: Noel Power <noel.power at suse.com>
Date:   Thu May 9 16:21:09 2013 +0100

    fix wae
    
    Change-Id: I30481f8377d471a1bce50026adff53c15fbc6889

diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 9db16fb..958a5bb 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -327,7 +327,7 @@ ScVbaApplication::getActiveCell() throw (uno::RuntimeException )
 }
 
 uno::Any SAL_CALL
-ScVbaApplication::International( sal_Int32 Index ) throw (uno::RuntimeException)
+ScVbaApplication::International( sal_Int32 /*Index*/ ) throw (uno::RuntimeException)
 {
     // complete stub for now
     // #TODO flesh out some of the Indices we could handle


More information about the Libreoffice-commits mailing list