[Libreoffice-commits] .: basic/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 12 08:19:01 PDT 2012
basic/source/classes/sbxmod.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9422195fd38ebf90fb07a14ac9fc0e0273dc0201
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Sep 12 17:18:17 2012 +0200
-Werror=unused-parameter
Change-Id: I2a83ecd010c2d85b5596172102d24b5063ace159
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx
index 5cdc48e..f851b5a 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 );
More information about the Libreoffice-commits
mailing list