diff options
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 32438f81630b..b188b6d602d5 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -1406,7 +1406,7 @@ void CustomAnimationPane::changeSelection( STLPropertySet* pResultSet, STLProper { // we need to do a second pass for text grouping options // since changing them can cause effects to be removed - // or replaced, we do this after we aplied all other options + // or replaced, we do this after we applied all other options // above sal_Int32 nTextGrouping = 0; |