diff options
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationPane.cxx')
| -rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index f327dc95bfc5..1e4cb028cb4e 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -803,7 +803,7 @@ void CustomAnimationPane::DataChanged (const DataChangedEvent& rEvent) UpdateLook(); } -void CustomAnimationPane::UpdateLook (void) +void CustomAnimationPane::UpdateLook() { const Wallpaper aBackground ( ::sfx2::sidebar::Theme::GetWallpaper( @@ -2199,7 +2199,7 @@ void CustomAnimationPane::onSelect() markShapesFromSelectedEffects(); } -const CustomAnimationPresets& CustomAnimationPane::getPresets (void) +const CustomAnimationPresets& CustomAnimationPane::getPresets() { if (mpCustomAnimationPresets == NULL) mpCustomAnimationPresets = &CustomAnimationPresets::getCustomAnimationPresets(); |
