diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-17 09:45:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-17 15:19:51 +0100 |
commit | e04f6bc2e6b564d9580d62c631c012685a7f9f8f (patch) | |
tree | 98d9902f482ca58122756312cd665a19e9e6d45a /starmath/source/unomodel.cxx | |
parent | 8ba198465a7629d815c25d0ee9bf3cc30ceb2767 (diff) |
coverity#1247642 Uncaught exception
Change-Id: Ic7ffc47fd84f89029c140d68601971a5a2d58d0a
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r-- | starmath/source/unomodel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index 7f479fc2bebe..3b93bd296624 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -718,7 +718,7 @@ void SmModel::_setPropertyValues(const PropertyMapEntry** ppEntries, const Any* } void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValue ) - throw( RuntimeException, UnknownPropertyException, WrappedTargetException ) + throw (RuntimeException, UnknownPropertyException, WrappedTargetException, std::exception) { SmDocShell *pDocSh = static_cast < SmDocShell * > (GetObjectShell()); |