summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 14:06:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:47 +0000
commitf0d873b7063bfb6bb45ad364bb4bd39b5c6c0c12 (patch)
tree83ddf866a07844a90c5239f73be6db3f1b40cde9 /sw/source/ui/inc
parente6b2349ff0fc19451b4a8055239bc31ddf863dae (diff)
coverity#738416 Uncaught exception
Change-Id: I94ae558032d16f3000909c266c808d4c187c0e70
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 2d39a055d132..67df9de58705 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -206,7 +206,9 @@ public:
virtual void SAL_CALL gotoRange( const ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xRange, sal_Bool bExpand ) throw(::com::sun::star::uno::RuntimeException);
//XPageCursor
- virtual sal_Bool SAL_CALL jumpToFirstPage(void) throw( ::com::sun::star::uno::RuntimeException );
+ virtual sal_Bool SAL_CALL jumpToFirstPage()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual sal_Bool SAL_CALL jumpToLastPage()
throw (::com::sun::star::uno::RuntimeException,
std::exception);