summaryrefslogtreecommitdiff
path: root/sw/source/core/text/pormulti.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/pormulti.hxx')
-rw-r--r--sw/source/core/text/pormulti.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index f2e15b429986..24a9206a51bd 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -109,7 +109,7 @@ protected:
bool GetTab1() const { return bTab1; }
bool GetTab2() const { return bTab2; }
public:
- virtual ~SwMultiPortion();
+ virtual ~SwMultiPortion() override;
const SwLineLayout& GetRoot() const { return aRoot; }
SwLineLayout& GetRoot() { return aRoot; }
@@ -153,7 +153,7 @@ class SwDoubleLinePortion : public SwMultiPortion
public:
SwDoubleLinePortion( SwDoubleLinePortion& rDouble, sal_Int32 nEnd );
SwDoubleLinePortion( const SwMultiCreator& rCreate, sal_Int32 nEnd );
- virtual ~SwDoubleLinePortion();
+ virtual ~SwDoubleLinePortion() override;
inline SwBracket* GetBrackets() const { return pBracket; }
void SetBrackets( const SwDoubleLinePortion& rDouble );