From 0c1ab11c9fa24eb2d4a4d08387d314e04c0aafee Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 18 Oct 2019 14:06:01 +0200 Subject: loplugin:virtualdead unused param in SfxObjectShell::FillClass and since I notice that the two call sites also don't care about pShortTypeName, remove that too Change-Id: I4649fc4c134c1113555b9dedb53499ce39d17132 Reviewed-on: https://gerrit.libreoffice.org/81213 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/docsh.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/source/ui/inc/docsh.hxx') diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 1878a234c00a..528f85e3a830 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -179,9 +179,7 @@ public: virtual void FillClass( SvGlobalName * pClassName, SotClipboardFormatId * pFormat, - OUString * pAppName, OUString * pFullTypeName, - OUString * pShortTypeName, sal_Int32 nFileFormat, bool bTemplate = false ) const override; -- cgit