summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/animations.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/animations.hxx b/sd/inc/animations.hxx
index ee3b87032dd0..a0be770eeee3 100644
--- a/sd/inc/animations.hxx
+++ b/sd/inc/animations.hxx
@@ -26,7 +26,7 @@ namespace sd
{
/** stores the link between an after effect node and its master for later insertion
- into the timing hierarchie
+ into the timing hierarchy
*/
struct AfterEffectNode
{
@@ -41,7 +41,7 @@ struct AfterEffectNode
typedef std::list< AfterEffectNode > AfterEffectNodeList;
/** inserts the animation node in the given AfterEffectNode at the correct position
- in the timing hierarchie of its master */
+ in the timing hierarchy of its master */
SD_DLLPUBLIC void stl_process_after_effect_node_func(AfterEffectNode& rNode);
} // namespace sd;