diff options
Diffstat (limited to 'sw/inc/unoparagraph.hxx')
-rw-r--r-- | sw/inc/unoparagraph.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unoparagraph.hxx b/sw/inc/unoparagraph.hxx index c44c66c77e52..64a8defd83fc 100644 --- a/sw/inc/unoparagraph.hxx +++ b/sw/inc/unoparagraph.hxx @@ -60,7 +60,7 @@ typedef ::cppu::ImplInheritanceHelper , css::text::XTextRange > SwXParagraph_Base; -class SwXParagraph +class SwXParagraph final : public SwXParagraph_Base { |