From 813a319fe836d1ed1c967928bc044643d0b4c07d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Jan 2016 16:21:25 +0200 Subject: loplugin:unusedmethods unused return value in include/filter Change-Id: Ibd7d701b6991ae76d0cba0bfbb9cb79150c90c72 Reviewed-on: https://gerrit.libreoffice.org/21362 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- include/filter/msfilter/msdffimp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/filter/msfilter/msdffimp.hxx') diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx index 28ae9184c443..8ba5791443b8 100644 --- a/include/filter/msfilter/msdffimp.hxx +++ b/include/filter/msfilter/msdffimp.hxx @@ -258,8 +258,6 @@ struct MSFILTER_DLLPUBLIC SvxMSDffImportRec SvxMSDffImportRec(const SvxMSDffImportRec& rCopy); ~SvxMSDffImportRec(); - bool operator==( const SvxMSDffImportRec& rEntry ) const - { return nShapeId == rEntry.nShapeId; } bool operator<( const SvxMSDffImportRec& rEntry ) const { return nShapeId < rEntry.nShapeId; } -- cgit