summaryrefslogtreecommitdiff
path: root/include/svtools/parhtml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/parhtml.hxx')
-rw-r--r--include/svtools/parhtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/parhtml.hxx b/include/svtools/parhtml.hxx
index 6a2d65201aba..f48106695a4a 100644
--- a/include/svtools/parhtml.hxx
+++ b/include/svtools/parhtml.hxx
@@ -155,7 +155,7 @@ protected:
// scan next token
virtual int GetNextToken_() override;
- virtual ~HTMLParser();
+ virtual ~HTMLParser() override;
void FinishHeader( bool bBody ) { bIsInHeader = false; bIsInBody = bBody; }