summaryrefslogtreecommitdiff
path: root/include/editeng/unoedprx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoedprx.hxx')
-rw-r--r--include/editeng/unoedprx.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/unoedprx.hxx b/include/editeng/unoedprx.hxx
index d3e7a1f3461b..132cbbf96c66 100644
--- a/include/editeng/unoedprx.hxx
+++ b/include/editeng/unoedprx.hxx
@@ -27,7 +27,7 @@
#include <editeng/editdata.hxx>
#include <editeng/editengdllapi.h>
-class SvxAccessibleTextAdapter : public SvxTextForwarder
+class SvxAccessibleTextAdapter final : public SvxTextForwarder
{
public:
SvxAccessibleTextAdapter();
@@ -107,7 +107,7 @@ private:
SvxTextForwarder* mpTextForwarder;
};
-class SvxAccessibleTextEditViewAdapter : public SvxEditViewForwarder
+class SvxAccessibleTextEditViewAdapter final : public SvxEditViewForwarder
{
public:
@@ -133,7 +133,7 @@ private:
SvxAccessibleTextAdapter* mpTextForwarder;
};
-class EDITENG_DLLPUBLIC SvxEditSourceAdapter : public SvxEditSource
+class EDITENG_DLLPUBLIC SvxEditSourceAdapter final : public SvxEditSource
{
public:
SvxEditSourceAdapter();