From d6fd3fa6e840c6374f53beeae54f4aa71d73ffcd Mon Sep 17 00:00:00 2001 From: Noel Power Date: Thu, 9 May 2013 16:21:09 +0100 Subject: [PATCH] fix wae Change-Id: I30481f8377d471a1bce50026adff53c15fbc6889 --- sc/source/ui/vba/vbaapplication.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index 9db16fb14749..958a5bb0f6ff 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