summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-27 09:03:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-27 11:14:22 +0000
commit7a887519852ed9b4d74df0ccbede771195592c96 (patch)
treeeb3dad28bc091eb3f6d1af879b6b805243efab8e /sc/inc/cellsuno.hxx
parentb04bbd5c1423e2c8aa2be8a3a4dd3a68dc1315f1 (diff)
coverity#1158345 Uncaught exception
Change-Id: I41e85755825ae90f1243597814b17d61e81adddb
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index a58e281a18df..a474cb4fc6c4 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -1193,7 +1193,8 @@ public:
std::exception);
virtual void SAL_CALL showLevel( sal_Int16 nLevel,
::com::sun::star::table::TableOrientation nOrientation )
- throw(::com::sun::star::uno::RuntimeException);
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
// XProtectable
virtual void SAL_CALL protect( const OUString& aPassword )