summaryrefslogtreecommitdiff
path: root/forms/source/component/EditBase.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-12 10:27:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-12 10:27:44 +0000
commite0d497c5b9cf75e9a14f7f1918c6c5b66d28ccbd (patch)
treea902d4e72efcbb5df804dea90d830de83259b4bb /forms/source/component/EditBase.hxx
parent5d5b725f699d252538bfe62b268191a0a4bde16d (diff)
#92075# exception specification
Diffstat (limited to 'forms/source/component/EditBase.hxx')
-rw-r--r--forms/source/component/EditBase.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx
index 664a60aff2c6..333171934757 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EditBase.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-05-31 14:07:19 $
+ * last change: $Author: vg $ $Date: 2001-09-12 11:22:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,15 +139,15 @@ public:
const sal_Bool _bSetDelegator = sal_True);
// ::com::sun::star::io::XPersistObject
- virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream);
- virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream);
+ virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
// ::com::sun::star::beans::XPropertySet
virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const;
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);