[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Wed Nov 11 01:57:57 PST 2015


 sd/source/ui/animations/SlideTransitionPane.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1bea36ddadae18a66d2e6043681b5b6fa37e4da1
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 11 10:57:33 2015 +0100

    loplugin:override
    
    Change-Id: Idc3530ee5afab268ce54a34d7258b2494525af74

diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx
index aa0e1a2..536df31 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);
     }


More information about the Libreoffice-commits mailing list