summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
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.cxx
parent7ad99fe19e6314e9735ee6efa7fe9a6bbadb7037 (diff)
#92075# exception specification
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 9a06b129612c..fed63a46580b 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Date.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-05-23 15:12:14 $
+ * last change: $Author: vg $ $Date: 2001-09-12 12:33:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -169,7 +169,7 @@ StringSequence SAL_CALL ODateModel::getSupportedServiceNames() throw()
}
//------------------------------------------------------------------------------
-::rtl::OUString SAL_CALL ODateModel::getServiceName()
+::rtl::OUString SAL_CALL ODateModel::getServiceName() throw ( ::com::sun::star::uno::RuntimeException)
{
return FRM_COMPONENT_DATEFIELD; // old (non-sun) name for compatibility !
}
@@ -236,7 +236,7 @@ sal_Bool SAL_CALL ODateModel::convertFastPropertyValue(Any& _rConvertedValue, An
}
//------------------------------------------------------------------------------
-void SAL_CALL ODateModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue)
+void SAL_CALL ODateModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw ( ::com::sun::star::uno::Exception)
{
if (PROPERTY_ID_FORMATKEY == _nHandle)
setFormatKeyPropertyValue(_rValue);