summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 15:39:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 16:12:21 +0000
commit67593fd5107a7445fc983c22daad213268fa781e (patch)
tree21d186c65f9ec349f09d37ffaa3f8955d4729fdb /sw/source/ui/inc
parenta007379220a585d7a43189c729bf672972b0a7c1 (diff)
coverit#738445 Uncaught exception
Change-Id: Ib4b7abfbf8f3c2bd853c72ffe399abdeb9ecf945
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 b34c3c1b9ef3..b03dc63907b8 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -237,7 +237,9 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > SAL_CALL getEnd()
throw (::com::sun::star::uno::RuntimeException,
std::exception);
- virtual OUString SAL_CALL getString(void) throw( ::com::sun::star::uno::RuntimeException );
+ virtual OUString SAL_CALL getString()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL setString(const OUString& aString) throw( ::com::sun::star::uno::RuntimeException );
//XScreenCursor