summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbarange.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-16 09:20:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-16 09:50:16 +0000
commit90acf2bd3b7726d87e9b054fdcb13204da0e1efa (patch)
tree8cfa923b4ce868f66ea6940ecb6258c48c635878 /sc/source/ui/vba/vbarange.cxx
parent61699452c0dc8e025e4dc7123ebedf68ee95b4c6 (diff)
coverity#1352645 Uncaught exception
and coverity#1352646 Uncaught exception coverity#1352647 Uncaught exception Change-Id: Ic96e93d219476eeb458ddab6372368f91bbd0398
Diffstat (limited to 'sc/source/ui/vba/vbarange.cxx')
-rw-r--r--sc/source/ui/vba/vbarange.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index 578eda413c16..121613441e97 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -2632,7 +2632,7 @@ ScVbaRange::setWrapText( const uno::Any& aIsWrapped ) throw (script::BasicErrorE
}
uno::Any
-ScVbaRange::getWrapText() throw (script::BasicErrorException, uno::RuntimeException)
+ScVbaRange::getWrapText() throw (script::BasicErrorException, uno::RuntimeException, std::exception)
{
if ( m_Areas->getCount() > 1 )
{