diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 10:57:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-11 10:57:33 +0100 |
commit | 1bea36ddadae18a66d2e6043681b5b6fa37e4da1 (patch) | |
tree | da07fc538aa6b0e829079e835f3bb22bf8df89b1 | |
parent | 12bf19b8e6cff6309f70675ebaaeb7b356b1967b (diff) |
loplugin:override
Change-Id: Idc3530ee5afab268ce54a34d7258b2494525af74
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index aa0e1a247be5..536df3186f61 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -377,7 +377,7 @@ public: } virtual ~TransitionPane() { disposeOnce(); } - virtual Size GetOptimalSize() const + virtual Size GetOptimalSize() const override { return LogicToPixel(Size(70, 88), MAP_APPFONT); } |