summaryrefslogtreecommitdiff
path: root/embeddedobj/source/msole/closepreventer.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:30:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:30:04 +0000
commit7350f966e87536c569207ca3c473d564610594d6 (patch)
tree4c154fe432d4fb51c282e594c7c3e656477e6665 /embeddedobj/source/msole/closepreventer.cxx
parent4d98638508b5e370d34d082ba613a1001a708056 (diff)
INTEGRATION: CWS warnings01 (1.2.12); FILE MERGED
2005/11/16 11:40:58 pl 1.2.12.1: #i55991# removed warnings
Diffstat (limited to 'embeddedobj/source/msole/closepreventer.cxx')
-rw-r--r--embeddedobj/source/msole/closepreventer.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/embeddedobj/source/msole/closepreventer.cxx b/embeddedobj/source/msole/closepreventer.cxx
index ed9f2415152f..6774bcd51a3e 100644
--- a/embeddedobj/source/msole/closepreventer.cxx
+++ b/embeddedobj/source/msole/closepreventer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: closepreventer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:41:19 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:30:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,20 +35,20 @@
#include "closepreventer.hxx"
-void SAL_CALL OClosePreventer::queryClosing( const ::com::sun::star::lang::EventObject& Source, sal_Bool GetsOwnership )
+void SAL_CALL OClosePreventer::queryClosing( const ::com::sun::star::lang::EventObject&, sal_Bool )
throw (::com::sun::star::util::CloseVetoException, ::com::sun::star::uno::RuntimeException)
{
throw ::com::sun::star::util::CloseVetoException();
}
-void SAL_CALL OClosePreventer::notifyClosing( const com::sun::star::lang::EventObject& Source )
+void SAL_CALL OClosePreventer::notifyClosing( const com::sun::star::lang::EventObject& )
throw (::com::sun::star::uno::RuntimeException)
{
// just a disaster
OSL_ENSURE( sal_False, "The object can not be prevented from closing!\n" );
}
-void SAL_CALL OClosePreventer::disposing( const com::sun::star::lang::EventObject& Source )
+void SAL_CALL OClosePreventer::disposing( const com::sun::star::lang::EventObject& )
throw (::com::sun::star::uno::RuntimeException)
{
// just a disaster