summaryrefslogtreecommitdiff
path: root/sd/inc/undo/undomanager.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-01 11:28:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-01 11:27:20 +0100
commitfaff2437d83b437766d1c59dc473cc8b6ad9a548 (patch)
tree8d231dcc16f3547c21e276dcb01a60b3433210c3 /sd/inc/undo/undomanager.hxx
parent202a49a5831fbfcf057350ef949c13e75b3b7446 (diff)
loplugin:finalclasses in sd/inc
Change-Id: I29c7656d532fc0c8bcf1379a2f54d052aa4253e8 Reviewed-on: https://gerrit.libreoffice.org/81877 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc/undo/undomanager.hxx')
-rw-r--r--sd/inc/undo/undomanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/undo/undomanager.hxx b/sd/inc/undo/undomanager.hxx
index 84a0e5394a4a..bed4f0f798f0 100644
--- a/sd/inc/undo/undomanager.hxx
+++ b/sd/inc/undo/undomanager.hxx
@@ -26,7 +26,7 @@
namespace sd
{
-class SD_DLLPUBLIC UndoManager : public SdrUndoManager
+class SD_DLLPUBLIC UndoManager final : public SdrUndoManager
{
public:
UndoManager();