diff options
Diffstat (limited to 'xmloff/source/style/xmlnumi.cxx')
-rw-r--r-- | xmloff/source/style/xmlnumi.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/xmlnumi.cxx b/xmloff/source/style/xmlnumi.cxx index 5903277bc4c1..7f13c1517302 100644 --- a/xmloff/source/style/xmlnumi.cxx +++ b/xmloff/source/style/xmlnumi.cxx @@ -1210,9 +1210,9 @@ void SvxXMLListStyleContext::FillUnoNumRule( xPropSet->setPropertyValue( sIsContinuousNumbering, aAny ); } } - catch( Exception& ) + catch (const Exception&) { - OSL_FAIL( "SvxXMLListStyleContext::FillUnoNumRule - Exception catched" ); + OSL_FAIL( "SvxXMLListStyleContext::FillUnoNumRule - Exception caught" ); } } |