summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:19:36 +0000
commit454003a0e481c6f243d4940c41df852cd9efcfbd (patch)
tree7bc48465d2370214b31c5a64dd164c789360d811 /svtools
parentb7e659e4410c1173c2d4e9ab2889786d22d1f2a4 (diff)
INTEGRATION: CWS warnings01 (1.13.2); FILE MERGED
2006/05/23 20:21:25 sb 1.13.2.4: RESYNC: (1.15-1.16); FILE MERGED 2006/04/07 19:14:23 sb 1.13.2.3: RESYNC: (1.14-1.15); FILE MERGED 2006/01/25 19:48:27 sb 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED 2005/11/15 19:25:40 pl 1.13.2.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/embedhlp.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svtools/source/misc/embedhlp.cxx b/svtools/source/misc/embedhlp.cxx
index 8c3c9c568da9..cb87bcf19ee7 100644
--- a/svtools/source/misc/embedhlp.cxx
+++ b/svtools/source/misc/embedhlp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: embedhlp.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2006-04-26 14:22:22 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:19:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -143,15 +143,15 @@ EmbedEventListener_Impl* EmbedEventListener_Impl::Create( EmbeddedObjectRef* p )
return xRet;
}
-void SAL_CALL EmbedEventListener_Impl::changingState( const lang::EventObject& aEvent,
- ::sal_Int32 nOldState,
- ::sal_Int32 nNewState )
+void SAL_CALL EmbedEventListener_Impl::changingState( const lang::EventObject&,
+ ::sal_Int32,
+ ::sal_Int32 )
throw ( embed::WrongStateException,
uno::RuntimeException )
{
}
-void SAL_CALL EmbedEventListener_Impl::stateChanged( const lang::EventObject& aEvent,
+void SAL_CALL EmbedEventListener_Impl::stateChanged( const lang::EventObject&,
::sal_Int32 nOldState,
::sal_Int32 nNewState )
throw ( uno::RuntimeException )
@@ -182,7 +182,7 @@ void SAL_CALL EmbedEventListener_Impl::stateChanged( const lang::EventObject& aE
}
}
-void SAL_CALL EmbedEventListener_Impl::modified( const lang::EventObject& aEvent ) throw (uno::RuntimeException)
+void SAL_CALL EmbedEventListener_Impl::modified( const lang::EventObject& ) throw (uno::RuntimeException)
{
::vos::OGuard aGuard( Application::GetSolarMutex() );
if ( pObject )
@@ -220,7 +220,7 @@ void SAL_CALL EmbedEventListener_Impl::notifyEvent( const document::EventObject&
}
}
-void SAL_CALL EmbedEventListener_Impl::queryClosing( const lang::EventObject& Source, ::sal_Bool GetsOwnership )
+void SAL_CALL EmbedEventListener_Impl::queryClosing( const lang::EventObject& Source, ::sal_Bool )
throw ( util::CloseVetoException, uno::RuntimeException)
{
// An embedded object can be shared between several objects (f.e. for undo purposes)
@@ -792,4 +792,4 @@ void EmbeddedObjectRef::UpdateReplacementOnDemand()
if ( mpImp->pHCGraphic ) DELETEZ( mpImp->pHCGraphic );
}
-};
+}