summaryrefslogtreecommitdiff
path: root/UnoControls/source
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/source')
-rw-r--r--UnoControls/source/controls/framecontrol.cxx5
-rw-r--r--UnoControls/source/inc/framecontrol.hxx6
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