summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-09-11 15:45:15 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-09-11 15:45:15 +0000
commitee604b88770a469a6fd27fa24f9e4b121207285b (patch)
tree7a15fc02df4ebd42a005be9ec54ca308d8391ad5 /UnoControls
parentb2bad7a1e9077bbc7f520e8593f5759c61bf9de6 (diff)
#92075#
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx7
-rw-r--r--UnoControls/source/controls/framecontrol.cxx5
-rw-r--r--UnoControls/source/inc/framecontrol.hxx6
3 files changed, 9 insertions, 9 deletions
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