summaryrefslogtreecommitdiffstats
path: root/sw/inc/unotext.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 14:52:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 16:10:59 +0100
commite5c863294abb1204793e0c0dd67f23813df1d522 (patch)
treed8a86c3b2f7e2cdfa768a1c52c7ba746bfa81aca /sw/inc/unotext.hxx
parentcoverity#983961 Uncaught exception (diff)
downloadcore-e5c863294abb1204793e0c0dd67f23813df1d522.tar.gz
core-e5c863294abb1204793e0c0dd67f23813df1d522.zip
coverity#983959 Uncaught exception
Change-Id: Id2f069576ecacb66cfa461bdca394a06befd765b
Diffstat (limited to 'sw/inc/unotext.hxx')
-rw-r--r--sw/inc/unotext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx
index 2b60060ef27a..d7457a4c409a 100644
--- a/sw/inc/unotext.hxx
+++ b/sw/inc/unotext.hxx
@@ -241,8 +241,10 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextRange >&
rTextRange)
- throw (::com::sun::star::lang::IllegalArgumentException,
- ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::lang::IllegalArgumentException,
+ css::beans::UnknownPropertyException,
+ css::uno::RuntimeException,
+ std::exception) SAL_OVERRIDE;
// XTextContentAppend
virtual ::com::sun::star::uno::Reference<