summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 09:23:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 09:49:45 +0100
commitbfd6beaa8e836c739dcc2af67ebd634f03cb2060 (patch)
tree875ed98992f9efd3941c8e1621dfd651d6f0bf2f /include/dbaccess
parentcid#1453992 Dereference after null check (diff)
downloadcore-bfd6beaa8e836c739dcc2af67ebd634f03cb2060.tar.gz
core-bfd6beaa8e836c739dcc2af67ebd634f03cb2060.zip
loplugin:finalclasses in drawinglayer
Change-Id: I24e5187f603f66ef87f10a1b197907c5b869cfd1 Reviewed-on: https://gerrit.libreoffice.org/81644 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/dbaundomanager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/dbaundomanager.hxx b/include/dbaccess/dbaundomanager.hxx
index c7d86c7b84df..b39e36f49783 100644
--- a/include/dbaccess/dbaundomanager.hxx
+++ b/include/dbaccess/dbaundomanager.hxx
@@ -55,7 +55,7 @@ namespace dbaui
struct UndoManager_Impl;
typedef ::cppu::ImplHelper1< css::document::XUndoManager > UndoManager_Base;
- class DBACCESS_DLLPUBLIC UndoManager : public UndoManager_Base
+ class DBACCESS_DLLPUBLIC UndoManager final : public UndoManager_Base
{
public:
UndoManager( ::cppu::OWeakObject& i_parent, ::osl::Mutex& i_mutex );