From 41e21afa59d8c7cfd5593bba1d384d80c561e12e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 19 May 2023 10:38:04 +0200 Subject: loplugin:unnecessaryvirtual Change-Id: I3a3d4debd83f1a6452721ce704b6b88622b38109 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152004 Tested-by: Jenkins Reviewed-by: Noel Grandin --- compilerplugins/clang/unnecessaryvirtual-dead.results | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'compilerplugins/clang/unnecessaryvirtual-dead.results') diff --git a/compilerplugins/clang/unnecessaryvirtual-dead.results b/compilerplugins/clang/unnecessaryvirtual-dead.results index 2b75f1e230a0..ae2c471b216c 100644 --- a/compilerplugins/clang/unnecessaryvirtual-dead.results +++ b/compilerplugins/clang/unnecessaryvirtual-dead.results @@ -8,10 +8,14 @@ canvas/inc/base/graphicdevicebase.hxx:318 void canvas::GraphicDeviceBase::removeVetoableChangeListener(const class rtl::OUString &,const class com::sun::star::uno::Reference &,) include/basegfx/utils/unopolypolygon.hxx:93 void basegfx::unotools::UnoPolyPolygon::modifying()const +include/comphelper/propmultiplex2.hxx:54 + void comphelper::OPropertyChangeListener2::_disposing(const struct com::sun::star::lang::EventObject &,) sc/source/core/opencl/opbase.hxx:447 void sc::opencl::DynamicKernelSlidingArgument::GenSlidingWindowFunction(class sc::opencl::outputstream &,) slideshow/source/engine/animationfactory.cxx:617 void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch() +vcl/inc/font/LogicalFontInstance.hxx:126 + void LogicalFontInstance::ImplInitHbFont(struct hb_font_t *,) vcl/inc/salframe.hxx:145 void SalFrame::SetRepresentedURL(const class rtl::OUString &,) vcl/inc/salinst.hxx:204 -- cgit