From 982babed5c7919999fd84e8ede37b421bceb5b2a Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 20 Apr 2014 18:47:04 +0200 Subject: Fix typo: cought => caught Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394 --- xmloff/source/draw/animationexport.cxx | 2 +- xmloff/source/draw/sdxmlexp.cxx | 2 +- xmloff/source/draw/ximppage.cxx | 4 ++-- xmloff/source/table/XMLTableExport.cxx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/animationexport.cxx b/xmloff/source/draw/animationexport.cxx index 60ad11a7355a..bf8246282b18 100644 --- a/xmloff/source/draw/animationexport.cxx +++ b/xmloff/source/draw/animationexport.cxx @@ -1352,7 +1352,7 @@ void AnimationsExporterImpl::exportAnimate( const Reference< XAnimate >& xAnimat } catch (const Exception&) { - OSL_FAIL( "xmloff::AnimationsExporterImpl::exportAnimate(), Exception cought!" ); + OSL_FAIL( "xmloff::AnimationsExporterImpl::exportAnimate(), exception caught!" ); } } diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index b0351db16ddf..4d800233fc61 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -1540,7 +1540,7 @@ HeaderFooterPageSettingsImpl SdXMLExport::ImpPrepDrawPageHeaderFooterDecls( cons } catch(const Exception&) { - OSL_FAIL( "SdXMLExport::ImpPrepDrawPageHeaderFooterDecls(), unexpected exception cought!" ); + OSL_FAIL( "SdXMLExport::ImpPrepDrawPageHeaderFooterDecls(), unexpected exception caught!" ); } return aSettings; diff --git a/xmloff/source/draw/ximppage.cxx b/xmloff/source/draw/ximppage.cxx index c680f7aded6c..ec1a144ac331 100644 --- a/xmloff/source/draw/ximppage.cxx +++ b/xmloff/source/draw/ximppage.cxx @@ -337,7 +337,7 @@ void SdXMLGenericPageContext::EndElement() } catch(const uno::Exception&) { - OSL_FAIL("xmloff::SdXMLGenericPageContext::EndElement(), unexpected exception cought!"); + OSL_FAIL("xmloff::SdXMLGenericPageContext::EndElement(), unexpected exception caught!"); } } @@ -612,7 +612,7 @@ void SdXMLGenericPageContext::SetNavigationOrder() } catch(const uno::Exception&) { - OSL_FAIL("xmloff::SdXMLGenericPageContext::SetNavigationOrder(), unexpected exception cought while importing shape navigation order!"); + OSL_FAIL("xmloff::SdXMLGenericPageContext::SetNavigationOrder(), unexpected exception caught while importing shape navigation order!"); } } diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 8a27e0576224..5bbee2c47b67 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -349,7 +349,7 @@ static bool has_states( const std::vector< XMLPropertyState >& xPropStates ) } catch(const Exception&) { - OSL_FAIL( "XMLTableExport::exportTable(), exception cought!" ); + OSL_FAIL( "XMLTableExport::exportTable(), exception caught!" ); } } -- cgit