summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximppage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximppage.cxx')
-rw-r--r--xmloff/source/draw/ximppage.cxx4
1 files changed, 2 insertions, 2 deletions
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!");
}
}