From ee604b88770a469a6fd27fa24f9e4b121207285b Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 11 Sep 2001 15:45:15 +0000 Subject: #92075# --- UnoControls/inc/basecontainercontrol.hxx | 7 +++---- UnoControls/source/controls/framecontrol.cxx | 5 +++-- UnoControls/source/inc/framecontrol.hxx | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx index 8bb2375d742b..f5d8519d6453 100644 --- a/UnoControls/inc/basecontainercontrol.hxx +++ b/UnoControls/inc/basecontainercontrol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basecontainercontrol.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:11:17 $ + * last change: $Author: hjs $ $Date: 2001-09-11 16:45:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -370,8 +370,7 @@ public: */ virtual void SAL_CALL addControl( const UNO3_OUSTRING& sName , - const UNO3_REFERENCE< UNO3_XCONTROL >& xControl ) throw( UNO3_ILLEGALARGUMENTEXCEPTION , - UNO3_RUNTIMEEXCEPTION ); + const UNO3_REFERENCE< UNO3_XCONTROL >& xControl ) throw( UNO3_RUNTIMEEXCEPTION ); /**_______________________________________________________________________________________________________ @short - diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx index 4df4775d6aa5..93a877eaa6db 100644 --- a/UnoControls/source/controls/framecontrol.cxx +++ b/UnoControls/source/controls/framecontrol.cxx @@ -2,9 +2,9 @@ * * $RCSfile: framecontrol.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-09 10:13:27 $ + * last change: $Author: hjs $ $Date: 2001-09-11 16:41:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -420,6 +420,7 @@ sal_Bool FrameControl::convertFastPropertyValue( Any& rConvertedVa void FrameControl::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , const Any& rValue ) + throw ( ::com::sun::star::uno::Exception ) { // this method only set the value MutexGuard aGuard (m_aMutex) ; diff --git a/UnoControls/source/inc/framecontrol.hxx b/UnoControls/source/inc/framecontrol.hxx index 5dd53707720c..185ca5be3eb0 100644 --- a/UnoControls/source/inc/framecontrol.hxx +++ b/UnoControls/source/inc/framecontrol.hxx @@ -2,9 +2,9 @@ * * $RCSfile: framecontrol.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:11:17 $ + * last change: $Author: hjs $ $Date: 2001-09-11 16:43:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -546,7 +546,7 @@ protected: */ virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle , - const UNO3_ANY& rValue ); + const UNO3_ANY& rValue ) throw ( ::com::sun::star::uno::Exception ); /**_________________________________________________________________________________________________________ @short -- cgit v1.2.3