summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-03-28 08:47:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-03-31 15:05:40 +0200
commit4162339adbb81fc09e6ee405e8dc75bb2321c365 (patch)
treebec6c84c4da15612af0b6666cd7c5858c8175719 /hwpfilter
parent0d06d1d16775fde3b0b34f3374907e07cbba763d (diff)
loplugin:unnecessaryvirtual improve result output
and merge some of the template function results Change-Id: I9a7855ce6720d022ea5b988d68f0d59ff81ee5b9 Reviewed-on: https://gerrit.libreoffice.org/51985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 841143c53434..e87af92e7dcf 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -156,7 +156,7 @@ struct DateCode: public HBox
DateCode();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString();
+ hchar_string GetString();
};
/**
@@ -831,7 +831,7 @@ struct MailMerge: public HBox
MailMerge();
virtual bool Read(HWPFile &hwpf) override;
- virtual hchar_string GetString();
+ hchar_string GetString();
};
// char composition(23)