summaryrefslogtreecommitdiff
path: root/include/editeng/unoedhlp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoedhlp.hxx')
-rw-r--r--include/editeng/unoedhlp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx
index fdb4f910ac4a..459df9db01c7 100644
--- a/include/editeng/unoedhlp.hxx
+++ b/include/editeng/unoedhlp.hxx
@@ -49,7 +49,7 @@ public:
sal_Int32 GetStartValue() const { return mnStart;}
sal_Int32 GetEndValue() const { return mnEnd;}
};
-class SvxEditSourceHintEndPara :public SvxEditSourceHint
+class SvxEditSourceHintEndPara final : public SvxEditSourceHint
{
public:
SvxEditSourceHintEndPara() : SvxEditSourceHint(SfxHintId::EditSourceSelectionChanged) {}