summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:14:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:22 +0000
commitf87bfc8d83015c028f10ca65e6fe11313bddedfc (patch)
tree4a7b2b1ea80ba21f942e2c7ccb01c88e14f0592c /sc/source/ui/unoobj/nameuno.cxx
parent617d45ee4aee174a330b5e9b1e5264d71bb42224 (diff)
coverity#737641 Uncaught exception
Change-Id: I7f60b029269052aa255689959c773a4c638f0763
Diffstat (limited to 'sc/source/ui/unoobj/nameuno.cxx')
-rw-r--r--sc/source/ui/unoobj/nameuno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/nameuno.cxx b/sc/source/ui/unoobj/nameuno.cxx
index c29e0211214f..ea23cbcbadb4 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -322,7 +322,8 @@ void SAL_CALL ScNamedRangeObj::setType( sal_Int32 nUnoType )
// XFormulaTokens
-uno::Sequence<sheet::FormulaToken> SAL_CALL ScNamedRangeObj::getTokens() throw(uno::RuntimeException)
+uno::Sequence<sheet::FormulaToken> SAL_CALL ScNamedRangeObj::getTokens()
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
uno::Sequence<sheet::FormulaToken> aSequence;