summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:39:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:32 +0000
commitf9e5d93229f48a11350ba74ac3058cdf59c0364d (patch)
treee599a2f2ca47096c4058e8de426aa0bc4763cf85 /sw/source
parent9c83424521c2f5eeec5c3d9b4e2507ab1175b830 (diff)
coverity#738121 Uncaught exception
Change-Id: I4c140fc4b5da03ca3dedbb123ac7130cc91b9e90
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/unocore/unochart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx
index 1809f3f7edd1..395d8ceecc6f 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2083,7 +2083,7 @@ OUString SAL_CALL SwChartDataSequence::getSourceRangeRepresentation( )
uno::Sequence< OUString > SAL_CALL SwChartDataSequence::generateLabel(
chart2::data::LabelOrigin eLabelOrigin )
- throw (uno::RuntimeException)
+ throw (uno::RuntimeException, std::exception)
{
SolarMutexGuard aGuard;
if (bDisposed)