summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/acmplwrd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/acmplwrd.cxx')
-rw-r--r--sw/source/core/doc/acmplwrd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx
index 9bd4f5834771..969e6ade76b2 100644
--- a/sw/source/core/doc/acmplwrd.cxx
+++ b/sw/source/core/doc/acmplwrd.cxx
@@ -50,7 +50,7 @@ class SwAutoCompleteClient : public SwClient
public:
SwAutoCompleteClient(SwAutoCompleteWord& rToTell, SwDoc& rSwDoc);
SwAutoCompleteClient(const SwAutoCompleteClient& rClient);
- virtual ~SwAutoCompleteClient();
+ virtual ~SwAutoCompleteClient() override;
SwAutoCompleteClient& operator=(const SwAutoCompleteClient& rClient);
@@ -86,7 +86,7 @@ class SwAutoCompleteString
public:
SwAutoCompleteString(const OUString& rStr, sal_Int32 nLen);
- virtual ~SwAutoCompleteString();
+ virtual ~SwAutoCompleteString() override;
void AddDocument(const SwDoc& rDoc);
//returns true if last document reference has been removed
bool RemoveDocument(const SwDoc& rDoc);