[Libreoffice-commits] core.git: framework/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 23 07:38:15 UTC 2020
framework/source/uielement/edittoolbarcontroller.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c2a7705afd597e4cb39e7a7b239448807372dd3d
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Apr 22 15:29:07 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Apr 23 09:37:37 2020 +0200
EditControl can be final
Change-Id: Id7da1ca16b50cde9c1154343479ec0423db0c356
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92722
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/framework/source/uielement/edittoolbarcontroller.cxx b/framework/source/uielement/edittoolbarcontroller.cxx
index 52c5164629db..f396bae1c6a6 100644
--- a/framework/source/uielement/edittoolbarcontroller.cxx
+++ b/framework/source/uielement/edittoolbarcontroller.cxx
@@ -40,7 +40,7 @@ namespace framework
// Unfortunaltly the events are notified through virtual methods instead
// of Listeners.
-class EditControl : public InterimItemWindow
+class EditControl final : public InterimItemWindow
{
public:
EditControl(vcl::Window* pParent, EditToolbarController* pEditToolbarController);
More information about the Libreoffice-commits
mailing list