diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index e8392eec535c..9578918c0a0c 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -1092,10 +1092,10 @@ void CustomAnimationPane::UpdateLook (void) mpFTSpeed->SetBackground(aBackground); if (mpFTChangeOrder != NULL) mpFTChangeOrder->SetBackground(aBackground); - if (mpFLSeperator1 != NULL) - mpFLSeperator1->SetBackground(aBackground); - if (mpFLSeperator2 != NULL) - mpFLSeperator2->SetBackground(aBackground); + if (mpFLSeparator1 != NULL) + mpFLSeparator1->SetBackground(aBackground); + if (mpFLSeparator2 != NULL) + mpFLSeparator2->SetBackground(aBackground); } |