summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtflookahead.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtflookahead.hxx')
-rw-r--r--writerfilter/source/rtftok/rtflookahead.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtflookahead.hxx b/writerfilter/source/rtftok/rtflookahead.hxx
index d982d687aa0f..f96b2f7cf37f 100644
--- a/writerfilter/source/rtftok/rtflookahead.hxx
+++ b/writerfilter/source/rtftok/rtflookahead.hxx
@@ -28,7 +28,7 @@ class RTFLookahead : public RTFListener
{
public:
RTFLookahead(SvStream& rStream, sal_Size nGroupStart);
- virtual ~RTFLookahead();
+ virtual ~RTFLookahead() override;
virtual RTFError dispatchDestination(RTFKeyword nKeyword) override;
virtual RTFError dispatchFlag(RTFKeyword nKeyword) override;
virtual RTFError dispatchSymbol(RTFKeyword nKeyword) override;