summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/TransitionPreset.cxx2
-rw-r--r--sd/source/filter/eppt/pptexanimations.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/TransitionPreset.cxx b/sd/source/core/TransitionPreset.cxx
index dbc9230a3af0..7ba9a5d07699 100644
--- a/sd/source/core/TransitionPreset.cxx
+++ b/sd/source/core/TransitionPreset.cxx
@@ -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;
diff --git a/sd/source/filter/eppt/pptexanimations.cxx b/sd/source/filter/eppt/pptexanimations.cxx
index e16df1f0265f..777472f00c6e 100644
--- a/sd/source/filter/eppt/pptexanimations.cxx
+++ b/sd/source/filter/eppt/pptexanimations.cxx
@@ -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!" );
}
}