Kaydet (Commit) 982babed authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix typo: cought => caught

Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
üst 9938cb54
......@@ -104,7 +104,7 @@ public class _XIndexAccess extends MultiMethodTest {
log.println("no exception thrown - FAILED");
result = false;
} catch (IndexOutOfBoundsException e) {
log.println("Expected exception cought! " + e + " OK");
log.println("Expected exception caught! " + e + " OK");
} catch (WrappedTargetException e) {
log.println("Wrong exception! " + e + " FAILED");
result = false;
......
......@@ -185,7 +185,7 @@ bool TransitionPreset::importTransitionPresetList( TransitionPresetList& rList )
}
catch( Exception& )
{
OSL_FAIL( "sd::TransitionPreset::importResources(), Exception cought!" );
OSL_FAIL( "sd::TransitionPreset::importResources(), exception caught!" );
}
return bRet;
......
......@@ -413,7 +413,7 @@ void AnimationExporter::processAfterEffectNodes( const Reference< XAnimationNode
}
catch( Exception& )
{
OSL_FAIL( "(@CL)AnimationExporter::processAfterEffectNodes(), exception cought!" );
OSL_FAIL( "(@CL)AnimationExporter::processAfterEffectNodes(), exception caught!" );
}
}
......
......@@ -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!" );
}
}
......
......@@ -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;
......
......@@ -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!");
}
}
......
......@@ -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!" );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment