[Libreoffice-commits] core.git: sd/source
Katarina Behrens
bubli at bubli.org
Wed Jul 31 14:18:27 PDT 2013
sd/source/ui/animations/CustomAnimationPane.cxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 238002acc070571a36208458866a912035caaf33
Author: Katarina Behrens <bubli at bubli.org>
Date: Wed Jul 31 23:17:01 2013 +0200
Removing more dead code after .ui conversion
Change-Id: If2a26967a3cb344b7d686f3db8774fe9ce28d79f
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 10bb39d..1fa1753 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -833,10 +833,6 @@ void CustomAnimationPane::UpdateLook (void)
::sfx2::sidebar::Theme::GetWallpaper(
::sfx2::sidebar::Theme::Paint_PanelBackground));
SetBackground(aBackground);
- /*if (mpFLModify != NULL)
- mpFLModify->SetBackground(aBackground);
- if (mpFLEffect != NULL)
- mpFLEffect->SetBackground(aBackground);*/
if (mpFTStart != NULL)
mpFTStart->SetBackground(aBackground);
if (mpFTProperty != NULL)
@@ -845,10 +841,6 @@ void CustomAnimationPane::UpdateLook (void)
mpFTSpeed->SetBackground(aBackground);
if (mpFTChangeOrder != NULL)
mpFTChangeOrder->SetBackground(aBackground);
- /*if (mpFLSeparator1 != NULL)
- mpFLSeparator1->SetBackground(aBackground);
- if (mpFLSeparator2 != NULL)
- mpFLSeparator2->SetBackground(aBackground);*/
}
More information about the Libreoffice-commits
mailing list