summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/undosqledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/undosqledit.hxx')
-rw-r--r--dbaccess/source/ui/inc/undosqledit.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/undosqledit.hxx b/dbaccess/source/ui/inc/undosqledit.hxx
index 8d558c562e89..b1e132d4e9e8 100644
--- a/dbaccess/source/ui/inc/undosqledit.hxx
+++ b/dbaccess/source/ui/inc/undosqledit.hxx
@@ -27,9 +27,8 @@ namespace dbaui
{
class OSqlEdit;
// OSqlEditUndoAct - Undo-class for changing sql text
- class OSqlEditUndoAct : public OCommentUndoAction
+ class OSqlEditUndoAct final : public OCommentUndoAction
{
- protected:
VclPtr<OSqlEdit> m_pOwner;
OUString m_strNextText;