diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-01 11:28:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-01 11:27:20 +0100 |
commit | faff2437d83b437766d1c59dc473cc8b6ad9a548 (patch) | |
tree | 8d231dcc16f3547c21e276dcb01a60b3433210c3 /sd/inc/undo/undomanager.hxx | |
parent | 202a49a5831fbfcf057350ef949c13e75b3b7446 (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.hxx | 2 |
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(); |