summaryrefslogtreecommitdiff
path: root/extensions/source/nsplugin/source/so_closelistener.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:45:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 13:45:00 +0000
commit94505a05cc59b4058be4717f7ae26dce2cb41761 (patch)
tree61e009a3566f73a5a7a59ae5266e3d2b25051ae4 /extensions/source/nsplugin/source/so_closelistener.cxx
parentfa4e79883ed44c2559786419817f388c705f10a1 (diff)
INTEGRATION: CWS wae4extensions (1.3.192); FILE MERGED
2007/09/27 10:20:00 fs 1.3.192.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/nsplugin/source/so_closelistener.cxx')
-rw-r--r--extensions/source/nsplugin/source/so_closelistener.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/nsplugin/source/so_closelistener.cxx b/extensions/source/nsplugin/source/so_closelistener.cxx
index 73e640fd9bbe..f296e323b9b5 100644
--- a/extensions/source/nsplugin/source/so_closelistener.cxx
+++ b/extensions/source/nsplugin/source/so_closelistener.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: so_closelistener.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 13:02:37 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 14:45:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,17 +40,17 @@
using namespace ::com::sun::star;
-void SAL_CALL PluginDocumentClosePreventer::queryClosing( const lang::EventObject& aEvent, sal_Bool bDeliverOwnership )
+void SAL_CALL PluginDocumentClosePreventer::queryClosing( const lang::EventObject& /*aEvent*/, sal_Bool /*bDeliverOwnership*/ )
throw ( uno::RuntimeException, util::CloseVetoException )
{
if ( m_bPreventClose )
throw util::CloseVetoException();
}
-void SAL_CALL PluginDocumentClosePreventer::notifyClosing( const lang::EventObject& aEvent ) throw ( uno::RuntimeException )
+void SAL_CALL PluginDocumentClosePreventer::notifyClosing( const lang::EventObject& /*aEvent*/ ) throw ( uno::RuntimeException )
{}
-void SAL_CALL PluginDocumentClosePreventer::disposing( const lang::EventObject& aEvent ) throw ( uno::RuntimeException )
+void SAL_CALL PluginDocumentClosePreventer::disposing( const lang::EventObject& /*aEvent*/ ) throw ( uno::RuntimeException )
{}