summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2013-05-19 15:39:17 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:40 +0100
commit6b412f8bb1397fe18e5213549c50839879206eb7 (patch)
treefb96c8856b82f9ab763374230076f8078cab69a3 /sd
parent9dc20ea96f87a85ec9e6f7c85893b77fe0cf15d4 (diff)
Seperator -> Separator to fix build.
Change-Id: Id86c0e6132f6f11bd6f9cb3d84746f750b8bccf4
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx8
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);
}