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 --- compilerplugins/clang/virtualdead.unusedparams.results | 3 --- 1 file changed, 3 deletions(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/virtualdead.unusedparams.results b/compilerplugins/clang/virtualdead.unusedparams.results index a916322515a8..3088f9d9f2fa 100644 --- a/compilerplugins/clang/virtualdead.unusedparams.results +++ b/compilerplugins/clang/virtualdead.unusedparams.results @@ -133,9 +133,6 @@ include/oox/dump/oledumper.hxx:166 include/oox/export/shapes.hxx:136 class oox::drawingml::ShapeExport & oox::drawingml::ShapeExport::WriteNonVisualProperties(const class com::sun::star::uno::Reference &,) 0 -include/sfx2/objsh.hxx:637 - void SfxObjectShell::FillClass(class SvGlobalName *,enum SotClipboardFormatId *,class rtl::OUString *,class rtl::OUString *,class rtl::OUString *,int,_Bool,)const - 1101111 include/sfx2/stbitem.hxx:100 _Bool SfxStatusBarControl::MouseButtonUp(const class MouseEvent &,) 0 -- cgit