summaryrefslogtreecommitdiff
path: root/sw/inc/unoredline.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@libreoffice.org>2019-02-27 20:52:14 +0100
committerBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>2019-03-16 13:51:07 +0100
commit368059f7f6abd6eed2a5a1bd142d406f14cf9ecb (patch)
treee64a6636333ae0da89ddbc049384e9876bb99fa5 /sw/inc/unoredline.hxx
parent1239410c70774eb241f89caa8fcef19eed34454e (diff)
make SwXRedline final
Change-Id: Iad53e3dea745cf2d473b8218775816dfb042fcec Reviewed-on: https://gerrit.libreoffice.org/68471 Tested-by: Jenkins Reviewed-by: Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/unoredline.hxx')
-rw-r--r--sw/inc/unoredline.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoredline.hxx b/sw/inc/unoredline.hxx
index ac2b658b5a8f..80a3db1b3c69 100644
--- a/sw/inc/unoredline.hxx
+++ b/sw/inc/unoredline.hxx
@@ -62,7 +62,7 @@ public:
typedef cppu::WeakImplHelper<css::container::XEnumerationAccess> SwXRedlineBaseClass;
-class SwXRedline
+class SwXRedline final
: public SwXRedlineBaseClass
, public SwXText
, public SvtListener