sw/source/uibase/inc/navmgr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fd325a0e3d54338f0601a9888baa27aceb835c9b Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Apr 26 14:33:26 2017 +0200 sw: fix loplugin:override warning Change-Id: I3c8847400adbfb9a843b1a47ec86c28c54c41b95 diff --git a/sw/source/uibase/inc/navmgr.hxx b/sw/source/uibase/inc/navmgr.hxx index dffe1cb32ca9..c0d22e932a5a 100644 --- a/sw/source/uibase/inc/navmgr.hxx +++ b/sw/source/uibase/inc/navmgr.hxx @@ -43,7 +43,7 @@ private: public: /* Constructor that initializes the shell to the current shell */ SwNavigationMgr( SwWrtShell & rShell ); - ~SwNavigationMgr(); + ~SwNavigationMgr() override; /* Can we go back in the history ? */ bool backEnabled() ; /* Can we go forward in the history ? */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits