| commit | 09353c627822d61fbffd6038224d0da72f768710 | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Tue Jun 28 11:36:45 2016 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Tue Jun 28 11:36:45 2016 +0200 |
| tree | 918c70a347ec338ebfde262cd507d23f1c6cc04c | |
| parent | 16452737613c9f1b6d8dff7e0b2726460543df21 [diff] |
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;