diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-11 15:45:15 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-11 15:45:15 +0000 |
commit | ee604b88770a469a6fd27fa24f9e4b121207285b (patch) | |
tree | 7a15fc02df4ebd42a005be9ec54ca308d8391ad5 /UnoControls/source | |
parent | b2bad7a1e9077bbc7f520e8593f5759c61bf9de6 (diff) |
#92075#
Diffstat (limited to 'UnoControls/source')
-rw-r--r-- | UnoControls/source/controls/framecontrol.cxx | 5 | ||||
-rw-r--r-- | UnoControls/source/inc/framecontrol.hxx | 6 |
2 files changed, 6 insertions, 5 deletions
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 |