summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
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/GraphicImport.cxx
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/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 0c44a6e8cdf0..90b82a89c313 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -1481,10 +1481,6 @@ void GraphicImport::lcl_substream(Id /*name*/, ::writerfilter::Reference<Stream>
{
}
-void GraphicImport::lcl_info(const std::string& /*info*/)
-{
-}
-
void GraphicImport::lcl_startShape(uno::Reference<drawing::XShape> const&)
{
}