summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoflatpara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/unoflatpara.hxx')
-rw-r--r--sw/source/core/inc/unoflatpara.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/unoflatpara.hxx b/sw/source/core/inc/unoflatpara.hxx
index 3c64fa1eb5eb..2751d2c4d58a 100644
--- a/sw/source/core/inc/unoflatpara.hxx
+++ b/sw/source/core/inc/unoflatpara.hxx
@@ -55,7 +55,7 @@ class SwXFlatParagraph
{
public:
SwXFlatParagraph( SwTextNode& rTextNode, const OUString& aExpandText, const ModelToViewHelper& rConversionMap );
- virtual ~SwXFlatParagraph();
+ virtual ~SwXFlatParagraph() override;
// XPropertySet
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL
@@ -143,7 +143,7 @@ class SwXFlatParagraphIterator:
{
public:
SwXFlatParagraphIterator( SwDoc& rDoc, sal_Int32 nType, bool bAutomatic );
- virtual ~SwXFlatParagraphIterator();
+ virtual ~SwXFlatParagraphIterator() override;
// text::XFlatParagraphIterator:
virtual css::uno::Reference< css::text::XFlatParagraph > SAL_CALL getFirstPara() throw (css::uno::RuntimeException, std::exception) override;