summaryrefslogtreecommitdiff
path: root/forms/source/component/Date.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-27 21:41:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-27 21:41:47 +0100
commit3cc1a10c7b98c82d209108a59e10000f6ec3dcdc (patch)
treec0b9ee1096363b95816f86e26b9b8e351568d9f5 /forms/source/component/Date.cxx
parent2d96f3a582383205cd2f891b1001b11970cec316 (diff)
coverity#1374313 Uncaught exception
Change-Id: I9562deb23324f44b16735b0d376b4c37e20c58c1
Diffstat (limited to 'forms/source/component/Date.cxx')
-rw-r--r--forms/source/component/Date.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Date.cxx b/forms/source/component/Date.cxx
index 1c1f6c0bac31..e4f9874604be 100644
--- a/forms/source/component/Date.cxx
+++ b/forms/source/component/Date.cxx
@@ -181,7 +181,7 @@ void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle
sal_Bool SAL_CALL ODateModel::convertFastPropertyValue(Any& _rConvertedValue, Any& _rOldValue,
- sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException)
+ sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException, RuntimeException, std::exception)
{
if (PROPERTY_ID_FORMATKEY == _nHandle)
return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue);