sd/source/ui/animations/SlideTransitionBox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09353c627822d61fbffd6038224d0da72f768710 Author: Stephan Bergmann <[email protected]> Date: Tue Jun 28 11:36:45 2016 +0200 loplugin:override Change-Id: I5307c3ca3ebef72a08055e9389bc53e760d4178c diff --git a/sd/source/ui/animations/SlideTransitionBox.cxx b/sd/source/ui/animations/SlideTransitionBox.cxx index 29c3d4f..7a70010 100644 --- a/sd/source/ui/animations/SlideTransitionBox.cxx +++ b/sd/source/ui/animations/SlideTransitionBox.cxx @@ -34,7 +34,7 @@ class SlideTransitionBox : public VclVBox public: SlideTransitionBox(vcl::Window* pParent); - ~SlideTransitionBox(); + ~SlideTransitionBox() override; virtual void dispose() override; virtual void StateChanged(StateChangedType nStateChange) override; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
