summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/nameuno.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:13:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:22 +0000
commit617d45ee4aee174a330b5e9b1e5264d71bb42224 (patch)
treeff43b5f578b91496fa8cdfcfaff630fa85a19d48 /sc/source/ui/unoobj/nameuno.cxx
parent97faf80004cc431b4d8ae7922d39c23f9c82f4af (diff)
coverity#737640 Uncaught exception
Change-Id: I0f393aff439f6cf051439cbb8b9df2323049b919
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 91768158b141..c29e0211214f 100644
--- a/sc/source/ui/unoobj/nameuno.cxx
+++ b/sc/source/ui/unoobj/nameuno.cxx
@@ -305,7 +305,8 @@ sal_Int32 SAL_CALL ScNamedRangeObj::getType() throw(uno::RuntimeException)
return nType;
}
-void SAL_CALL ScNamedRangeObj::setType( sal_Int32 nUnoType ) throw(uno::RuntimeException)
+void SAL_CALL ScNamedRangeObj::setType( sal_Int32 nUnoType )
+ throw (uno::RuntimeException, std::exception)
{
// see property 'IsSharedFormula' for RT_SHARED
SolarMutexGuard aGuard;