summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:34:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:31 +0000
commit57fef256dc4ed88785c95e87374e115af7f9e8dc (patch)
tree765743cb582645c7adabe0da800dce923db95ed6 /sw/inc
parenta287d05f84711a99cb7b98df66ff4a1e38bba09b (diff)
coverity#738118 Uncaught exception
Change-Id: I7e3cf5479a2ca214586ca1b9beacc1415e0b9920
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 a5ffd143d489..815af0c99c1e 100644
--- a/sw/inc/unochart.hxx
+++ b/sw/inc/unochart.hxx
@@ -157,7 +157,10 @@ class SwChartDataProvider :
SwChartDataProvider( const SwChartDataProvider & );
SwChartDataProvider & operator = ( const SwChartDataProvider & );
- ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSource > SAL_CALL Impl_createDataSource( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArguments, 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::XDataSource > SAL_CALL Impl_createDataSource( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArguments, sal_Bool bTestOnly = sal_False )
+ 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);
OUString GetBrokenCellRangeForExport( const OUString &rCellRangeRepresentation );