summaryrefslogtreecommitdiff
path: root/include/dbaccess
diff options
context:
space:
mode:
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 );