summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/FontTable.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 12:30:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-17 19:02:54 +0200
commit45eeefb064680d4b2af9ed73ce751685d14270a6 (patch)
treebc7503a3482bd1d5165f18032c4ce5b1ad572080 /writerfilter/source/dmapper/FontTable.hxx
parent0b3db87249652351f5a859ded1a876329ab18261 (diff)
loplugin:virtualdead unused param in LoggedStream::lcl_info
which means the whole method is actually unused Change-Id: I72d33ab6e260012b82002ceae7ff9e54e2ea6349 Reviewed-on: https://gerrit.libreoffice.org/80953 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/source/dmapper/FontTable.hxx')
-rw-r--r--writerfilter/source/dmapper/FontTable.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/FontTable.hxx b/writerfilter/source/dmapper/FontTable.hxx
index caf016bd6c18..dd45e46c2c34 100644
--- a/writerfilter/source/dmapper/FontTable.hxx
+++ b/writerfilter/source/dmapper/FontTable.hxx
@@ -76,7 +76,6 @@ class FontTable : public LoggedProperties, public LoggedTable
writerfilter::Reference<Table>::Pointer_t ref) override;
virtual void lcl_substream(Id name,
::writerfilter::Reference<Stream>::Pointer_t ref) override;
- virtual void lcl_info(const std::string & info) override;
virtual void lcl_startShape(css::uno::Reference<css::drawing::XShape> const& xShape) override;
virtual void lcl_endShape( ) override;