diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 17:18:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-12 17:18:40 +0200 |
commit | 9422195fd38ebf90fb07a14ac9fc0e0273dc0201 (patch) | |
tree | bfc3d6f989df408d5ec536eafd4fa6ad72a45bb3 /basic | |
parent | 7c805af4d09a96972dc438f87ab2e741c0806633 (diff) |
-Werror=unused-parameter
Change-Id: I2a83ecd010c2d85b5596172102d24b5063ace159
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index 5cdc48eeeab9..f851b5a057aa 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -2329,7 +2329,7 @@ public: } - virtual void SAL_CALL windowClosing( const lang::EventObject& e ) throw (uno::RuntimeException) + virtual void SAL_CALL windowClosing( const lang::EventObject& /*e*/ ) throw (uno::RuntimeException) { #ifdef IN_THE_FUTURE uno::Reference< awt::XDialog > xDialog( e.Source, uno::UNO_QUERY ); |