summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-28 17:04:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 17:55:55 +0100
commit891b5facf3d1b541e78a0bb455b02df5c36cb3e2 (patch)
tree6f993a23eeb67ef4b21e413e252b1093edb3bde9 /sc/source/ui/Accessibility
parentfa6db8cff15ff745d7eaa94da691132fc092fc7d (diff)
coverity#1308528 Uncaught exception
Change-Id: Ia8338a4ad0025cfc715ad29576efe45cb4ab9363
Diffstat (limited to 'sc/source/ui/Accessibility')
-rw-r--r--sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx
index 0d0209ec71c3..d1d83b9a98c2 100644
--- a/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx
+++ b/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx
@@ -217,7 +217,7 @@ uno::Sequence<sal_Int8> SAL_CALL
//===== internal ==============================================================
OUString SAL_CALL ScAccessiblePageHeaderArea::createAccessibleDescription()
- throw(uno::RuntimeException)
+ throw(uno::RuntimeException, std::exception)
{
OUString sDesc;
switch (meAdjust)