summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-04-20 18:47:04 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-04-27 14:00:42 +0200
commit982babed5c7919999fd84e8ede37b421bceb5b2a (patch)
treecbafefea649676bd733bf94f7588ac0549b1d9fe /xmloff
parent9938cb54589680b335e75cc5fd47cd646b8a7314 (diff)
Fix typo: cought => caught
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/animationexport.cxx2
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx2
-rw-r--r--xmloff/source/draw/ximppage.cxx4
-rw-r--r--xmloff/source/table/XMLTableExport.cxx2
4 files changed, 5 insertions, 5 deletions
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!" );
}
}