diff options
author | Noel Power <noel.power@suse.com> | 2013-05-09 16:21:09 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-15 11:00:37 +0100 |
commit | 29f0c3dbe5a1266d0ef5df7fd144af3f3706cdc5 (patch) | |
tree | 4011735953d33754c1ff269f972cd69a3480c261 /sc | |
parent | 588441537cd0e29e9d3e78a5884287cb498f13bd (diff) |
fix wae
Change-Id: I30481f8377d471a1bce50026adff53c15fbc6889
(cherry picked from commit d6fd3fa6e840c6374f53beeae54f4aa71d73ffcd)
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbaapplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index 67b02abd950f..e1d0308d783c 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -329,7 +329,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 |