[Libreoffice-commits] core.git: Branch 'feature/sidebaroptr' - sd/source
Jan Holesovsky
kendy at suse.cz
Sun May 19 10:47:29 PDT 2013
sd/source/ui/animations/CustomAnimationPane.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 8325c88428dc199ddd6b58b6b8c938e5925e1385
Author: Jan Holesovsky <kendy at suse.cz>
Date: Sun May 19 15:39:17 2013 +0200
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);
}
More information about the Libreoffice-commits
mailing list