summaryrefslogtreecommitdiff
path: root/sc/inc/dapiuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-24 13:34:08 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-24 13:34:08 +0000
commitf10e4ce1ed2dace97823c59ca8b0dca161db42aa (patch)
treeb213cb5c3089e42576246b00170b4e4e262afcd9 /sc/inc/dapiuno.hxx
parent42d46144df4f30f8f9d5aa4c92e653005ec9f2a8 (diff)
coverity#737507 Uncaught exception
Change-Id: Id035849f94bfb5e6ba7f5463a6a548bf88b77e85
Diffstat (limited to 'sc/inc/dapiuno.hxx')
-rw-r--r--sc/inc/dapiuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index 10fdb0803d63..5ba3cd671b32 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -511,7 +511,9 @@ public:
virtual ~ScDataPilotFieldObj();
// XNamed
- virtual OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
+ 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);