diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-09-12 10:10:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-09-12 10:10:06 +0000 |
commit | 5d5b725f699d252538bfe62b268191a0a4bde16d (patch) | |
tree | 575e2a9fb4d57da70e85b45d47dabe312945fbdb /forms | |
parent | d6ac04c716eef2e19713fdf26c5d7ee80f8e536a (diff) |
#92075# exception specification
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Columns.cxx | 6 | ||||
-rw-r--r-- | forms/source/component/Columns.hxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index a8babe3728bb..44ff27d51657 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -2,9 +2,9 @@ * * $RCSfile: Columns.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2001-06-11 11:46:44 $ + * last change: $Author: vg $ $Date: 2001-09-12 11:10:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -488,7 +488,7 @@ sal_Bool OGridColumn::convertFastPropertyValue( Any& rConvertedValue, Any& rOldV } //------------------------------------------------------------------------------ -void OGridColumn::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) +void OGridColumn::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) throw (::com::sun::star::uno::Exception) { switch (nHandle) { diff --git a/forms/source/component/Columns.hxx b/forms/source/component/Columns.hxx index 2d8e4c52b5ab..175b0ed2964d 100644 --- a/forms/source/component/Columns.hxx +++ b/forms/source/component/Columns.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Columns.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-11-23 08:48:15 $ + * last change: $Author: vg $ $Date: 2001-09-12 11:09:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,7 +164,7 @@ public: virtual sal_Bool SAL_CALL convertFastPropertyValue(::com::sun::star::uno::Any& rConvertedValue, ::com::sun::star::uno::Any& rOldValue, sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::lang::IllegalArgumentException); - virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue); + virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue) throw (::com::sun::star::uno::Exception); // ::com::sun::star::beans::XPropertyState virtual ::com::sun::star::beans::PropertyState getPropertyStateByHandle(sal_Int32 nHandle); |