summaryrefslogtreecommitdiff
path: root/sd/source/core
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 09:35:15 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:05 +0200
commitf75aa26620f26b1fd306ade2b3c7af13cb2d9034 (patch)
treef22e9259c4225a8125e8ec26c4e74a0d8612e1fa /sd/source/core
parent83d84adeb5bafa6bdbad8f759ea281c265c1234b (diff)
typo: hierarchie -> hierarchy
Diffstat (limited to 'sd/source/core')
-rw-r--r--sd/source/core/CustomAnimationCloner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx
index 60e06570070a..0ab6679d6a19 100644
--- a/sd/source/core/CustomAnimationCloner.cxx
+++ b/sd/source/core/CustomAnimationCloner.cxx
@@ -89,7 +89,7 @@ namespace sd
{
try
{
- // clone animation hierarchie
+ // clone animation hierarchy
Reference< ::com::sun::star::util::XCloneable > xClonable( xSourceNode, UNO_QUERY_THROW );
Reference< XAnimationNode > xCloneNode( xClonable->createClone(), UNO_QUERY_THROW );