Seperator -> Separator to fix build.

Change-Id: Id86c0e6132f6f11bd6f9cb3d84746f750b8bccf4
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index e8392ee..9578918 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);
}