diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-15 11:35:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-15 13:09:14 +0200 |
commit | 95a6352da62725d1512c2e93e351684a89859cd4 (patch) | |
tree | d82f934dc094ecef782c94f52ad80c6dd034916f /compilerplugins/clang/unnecessaryvirtual-dead.results | |
parent | 96368ad48061ba4b2d6f6b2a78a5f5ce42b67a66 (diff) |
loplugin:unnecessaryvirtual
Change-Id: Ia7617a0fd4413cbaafaae8fbfee2b2ea819fde8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122136
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins/clang/unnecessaryvirtual-dead.results')
-rw-r--r-- | compilerplugins/clang/unnecessaryvirtual-dead.results | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/compilerplugins/clang/unnecessaryvirtual-dead.results b/compilerplugins/clang/unnecessaryvirtual-dead.results index 1078af123450..9e99db597dee 100644 --- a/compilerplugins/clang/unnecessaryvirtual-dead.results +++ b/compilerplugins/clang/unnecessaryvirtual-dead.results @@ -1,21 +1,23 @@ basic/source/comp/codegen.cxx:478 void (anonymous namespace)::OffSetAccumulator::start(const unsigned char *,) -canvas/inc/base/bufferedgraphicdevicebase.hxx:107 +canvas/inc/base/bufferedgraphicdevicebase.hxx:105 void canvas::BufferedGraphicDeviceBase::destroyBuffers() -canvas/inc/base/graphicdevicebase.hxx:305 +canvas/inc/base/graphicdevicebase.hxx:304 void canvas::GraphicDeviceBase::removePropertyChangeListener(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertyChangeListener> &,) -canvas/inc/base/graphicdevicebase.hxx:318 +canvas/inc/base/graphicdevicebase.hxx:317 void canvas::GraphicDeviceBase::removeVetoableChangeListener(const class rtl::OUString &,const class com::sun::star::uno::Reference<class com::sun::star::beans::XVetoableChangeListener> &,) include/basegfx/utils/unopolypolygon.hxx:94 void basegfx::unotools::UnoPolyPolygon::modifying()const -sc/source/core/opencl/formulagroupcl.cxx:1069 +sc/source/core/opencl/formulagroupcl.cxx:1070 void sc::opencl::(anonymous namespace)::DynamicKernelSlidingArgument::GenSlidingWindowFunction(class std::__cxx11::basic_stringstream<char> &,) slideshow/source/engine/animationfactory.cxx:616 void slideshow::internal::(anonymous namespace)::GenericAnimation::prefetch() vcl/inc/salframe.hxx:145 void SalFrame::SetRepresentedURL(const class rtl::OUString &,) -vcl/inc/salinst.hxx:200 +vcl/inc/salinst.hxx:201 void SalInstance::releaseMainThread() +vcl/inc/salinst.hxx:210 + void SalInstance::BeforeAbort(const class rtl::OUString &,_Bool,) vcl/inc/salobj.hxx:49 void SalObject::Enable(_Bool,) writerfilter/source/ooxml/OOXMLFactory.hxx:66 |