summaryrefslogtreecommitdiff
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 13:36:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 13:36:09 +0000
commit03bdbcb42aa3be6932d390eeaa14ee2e4d45a172 (patch)
treefad9e530403498c37ad75826c487aa7b3a106fa4 /sc/inc/dapiuno.hxx
parentf10e4ce1ed2dace97823c59ca8b0dca161db42aa (diff)
coverity#737508 Uncaught exception
Change-Id: I100bd99fdbf2929214f89baac962d74cb6a530a6
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-rw-r--r--sc/inc/dapiuno.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index 5ba3cd671b32..a826bbdba540 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -514,8 +514,9 @@ public:
virtual OUString SAL_CALL getName()
throw (::com::sun::star::uno::RuntimeException,
std::exception);
- virtual void SAL_CALL setName( const OUString& aName )
- throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL setName(const OUString& aName)
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
// XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo >