summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:32:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:32:04 +0100
commita4285867cdac221f34cffe2e6c1893684fe4c62e (patch)
treebf9485ddb4a9483d76a6569fad7b5abc1d774929 /animations
parent4ed804d92850ceeacedf861865c32bf233d46924 (diff)
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index 3b927ea29472..b5e3cd5a18e5 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -323,7 +323,7 @@ private:
sal_Int16 mnColorSpace;
sal_Bool mbDirection;
- // atributes for XAnimateMotion
+ // attributes for XAnimateMotion
Any maPath, maOrigin;
// attributes for XAnimateTransform
@@ -480,7 +480,7 @@ AnimationNode::AnimationNode( const AnimationNode& rNode )
mnColorSpace( rNode.mnColorSpace ),
mbDirection( rNode.mbDirection ),
- // atributes for XAnimateMotion
+ // attributes for XAnimateMotion
maPath( rNode.maPath ),
maOrigin( rNode.maOrigin ),