summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:37:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:32 +0000
commit9c83424521c2f5eeec5c3d9b4e2507ab1175b830 (patch)
treeea28b32b8d4a0c34c19cc2e91546d87943bba1c0 /sw/inc
parent57fef256dc4ed88785c95e87374e115af7f9e8dc (diff)
coverity#738120 Uncaught exception
Change-Id: I22973934173a8dddf02712f64d6381ce3c04ae28
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 815af0c99c1e..9ee0f78ae2e4 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -161,7 +161,10 @@ class SwChartDataProvider :
throw (::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::RuntimeException,
std::exception);
- ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence > SAL_CALL Impl_createDataSequenceByRangeRepresentation( const OUString& aRangeRepresentation, sal_Bool bTestOnly = sal_False ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
+ ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence > SAL_CALL Impl_createDataSequenceByRangeRepresentation( const OUString& aRangeRepresentation, sal_Bool bTestOnly = sal_False )
+ throw (::com::sun::star::lang::IllegalArgumentException,
+ ::com::sun::star::uno::RuntimeException,
+ std::exception);
OUString GetBrokenCellRangeForExport( const OUString &rCellRangeRepresentation );