summaryrefslogtreecommitdiff
path: root/sw/inc/unotextrange.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotextrange.hxx')
-rw-r--r--sw/inc/unotextrange.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotextrange.hxx b/sw/inc/unotextrange.hxx
index 785d9dbac41d..11613bb12499 100644
--- a/sw/inc/unotextrange.hxx
+++ b/sw/inc/unotextrange.hxx
@@ -48,7 +48,7 @@ private:
public:
SwUnoInternalPaM(SwDoc& rDoc);
- virtual ~SwUnoInternalPaM();
+ virtual ~SwUnoInternalPaM() override;
SwUnoInternalPaM& operator=(const SwPaM& rPaM);
};
@@ -104,7 +104,7 @@ private:
throw (css::uno::RuntimeException);
void Invalidate();
- virtual ~SwXTextRange();
+ virtual ~SwXTextRange() override;
public: