summaryrefslogtreecommitdiffstats
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 10:37:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 10:57:23 +0000
commit6db0345af49dca17274f5d4a9a1dcdf6cf81fe60 (patch)
tree89b097636bd5f8399ae90ba1625c9589b747af48 /sc/inc/viewuno.hxx
parentcoverity#1158318 Uncaught exception (diff)
downloadcore-6db0345af49dca17274f5d4a9a1dcdf6cf81fe60.tar.gz
core-6db0345af49dca17274f5d4a9a1dcdf6cf81fe60.zip
coverity#1158317 Uncaught exception
Change-Id: Ic725ffdc2041325b951b4790c2166d25053f7df2
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index 7cf2f38ceeb1..84529dc095d6 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -333,7 +333,9 @@ public:
virtual sal_Bool SAL_CALL getIsWindowSplit() throw(::com::sun::star::uno::RuntimeException);
virtual sal_Int32 SAL_CALL getSplitHorizontal() throw(::com::sun::star::uno::RuntimeException);
virtual sal_Int32 SAL_CALL getSplitVertical() throw(::com::sun::star::uno::RuntimeException);
- virtual sal_Int32 SAL_CALL getSplitColumn() throw(::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL getSplitColumn()
+ throw(::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual sal_Int32 SAL_CALL getSplitRow()
throw(::com::sun::star::uno::RuntimeException, std::exception);
virtual void SAL_CALL splitAtPosition( sal_Int32 nPixelX, sal_Int32 nPixelY )