summaryrefslogtreecommitdiffstats
path: root/include/svx/unoapi.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-29 12:30:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-29 12:58:06 +0100
commitc921885cfd7119fcdbec92f4106890d6ce0ad9c2 (patch)
treec424088a1532d031cfdba0bb4b733997f58f8a13 /include/svx/unoapi.hxx
parentcoverity#1308429 Unchecked return value (diff)
downloadcore-c921885cfd7119fcdbec92f4106890d6ce0ad9c2.tar.gz
core-c921885cfd7119fcdbec92f4106890d6ce0ad9c2.zip
coverity#1308463 Uncaught exception
Change-Id: If0308eb0068951af425cb691672b915decc384a2
Diffstat (limited to 'include/svx/unoapi.hxx')
-rw-r--r--include/svx/unoapi.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx
index 076f6295f895..1d4fd75efe23 100644
--- a/include/svx/unoapi.hxx
+++ b/include/svx/unoapi.hxx
@@ -82,14 +82,14 @@ SVX_DLLPUBLIC bool SvxFieldUnitToMeasureUnit( const FieldUnit nVcl, short& eApi
* the corresponding API name.
*/
SVX_DLLPUBLIC SAL_WARN_UNUSED_RESULT OUString
- SvxUnogetApiNameForItem(const sal_Int16 nWhich, const OUString& rInternalName) throw();
+ SvxUnogetApiNameForItem(const sal_Int16 nWhich, const OUString& rInternalName) throw(std::exception);
/**
* If the given name is a predefined API name it is replaced by the predefined name
* for the current language.
*/
SVX_DLLPUBLIC SAL_WARN_UNUSED_RESULT OUString
- SvxUnogetInternalNameForItem(const sal_Int16 nWhich, const OUString& rApiName) throw();
+ SvxUnogetInternalNameForItem(const sal_Int16 nWhich, const OUString& rApiName) throw(std::exception);
#endif // INCLUDED_SVX_UNOAPI_HXX