From 6bb741b7f4cc29c479158a816a47303ce152d74e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 17 Oct 2014 09:33:32 +0100 Subject: coverity#1247638 Uncaught exception Change-Id: Ibdda31c2a8d8c3314173f381b60800ccfbcc25f7 --- sw/inc/unosett.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index a8e0b50d18f1..93d0ca46430f 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -195,7 +195,7 @@ public: GetNumberingRuleByIndex(const SwNumRule& rNumRule, sal_Int32 nIndex)const; void SetNumberingRuleByIndex(SwNumRule& rNumRule, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties, sal_Int32 nIndex) - throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IllegalArgumentException ); + throw (css::uno::RuntimeException, css::lang::IllegalArgumentException, std::exception); const OUString* GetNewCharStyleNames() const {return m_sNewCharStyleNames;} const OUString* GetBulletFontNames() const {return m_sNewBulletFontNames;} -- cgit