summaryrefslogtreecommitdiff
path: root/sd
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 /sd
parent9938cb54589680b335e75cc5fd47cd646b8a7314 (diff)
Fix typo: cought => caught
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
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!" );
}
}