summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-12 11:33:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-12 11:33:38 +0000
commit3bc7f9cebdb539ea487d6ddfa682ef4dcd28c742 (patch)
tree75037937bfda7a9bb38be9bd7afec5d1a1a64bec /forms/source/component/Date.hxx
parent7ad99fe19e6314e9735ee6efa7fe9a6bbadb7037 (diff)
#92075# exception specification
Diffstat (limited to 'forms/source/component/Date.hxx')
-rw-r--r--forms/source/component/Date.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Date.hxx b/forms/source/component/Date.hxx
index a53191d08948..5cdb1a8e8bdd 100644
--- a/forms/source/component/Date.hxx
+++ b/forms/source/component/Date.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2001-05-18 14:44:07 $
+ * last change: $Author: vg $ $Date: 2001-09-12 12:29:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,14 +97,14 @@ public:
virtual sal_Bool _commit();
// stario::XPersistObject
- virtual ::rtl::OUString SAL_CALL getServiceName();
+ virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::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::lang::XServiceInfo
IMPLEMENTATION_NAME(ODateModel);