From f657ab7bbb36219f6270236ae0e6b8238b7dd9b5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 29 Mar 2018 11:21:02 +0200 Subject: loplugin:virtualdown in various Change-Id: I4db71fda953ea1d20712ae8033f6fc09b3b2855d Reviewed-on: https://gerrit.libreoffice.org/52068 Tested-by: Jenkins Reviewed-by: Noel Grandin --- hwpfilter/source/hbox.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hwpfilter/source/hbox.h') diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h index ce479c4c34dc..841143c53434 100644 --- a/hwpfilter/source/hbox.h +++ b/hwpfilter/source/hbox.h @@ -63,7 +63,6 @@ struct HBox */ virtual bool Read(HWPFile &hwpf); - virtual hchar_string GetString(); private: static int boxCount; }; @@ -157,7 +156,7 @@ struct DateCode: public HBox DateCode(); virtual bool Read(HWPFile &hwpf) override; - virtual hchar_string GetString() override; + virtual hchar_string GetString(); }; /** @@ -832,7 +831,7 @@ struct MailMerge: public HBox MailMerge(); virtual bool Read(HWPFile &hwpf) override; - virtual hchar_string GetString() override; + virtual hchar_string GetString(); }; // char composition(23) -- cgit