summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:30:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:31 +0000
commita287d05f84711a99cb7b98df66ff4a1e38bba09b (patch)
treead132a0efcbc21d36923140714bd6698b67aa83a /sw/inc
parentddcd1507601634710e78ffffd366d8d0fe6ce166 (diff)
coverity#738116 Uncaught exception
Change-Id: Ie1f6d96bd0dab15a030314be90b16ad68280f05b
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unochart.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/unochart.hxx b/sw/inc/unochart.hxx
index 753035d33f00..a5ffd143d489 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -179,7 +179,10 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XRangeSelection > SAL_CALL getRangeSelection( ) throw (::com::sun::star::uno::RuntimeException);
// XRangeXMLConversion
- virtual OUString SAL_CALL convertRangeToXML( const OUString& aRangeRepresentation ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL convertRangeToXML( const OUString& aRangeRepresentation )
+ throw (::com::sun::star::lang::IllegalArgumentException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual OUString SAL_CALL convertRangeFromXML( const OUString& aXMLRange ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
// XComponent