Kaydet (Commit) 234ed634 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:unnecessaryvirtual

Change-Id: Icf42fdd40a2cf6cda82254f81a7e389c7bac8558
Reviewed-on: https://gerrit.libreoffice.org/46683Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst e9a201ba
...@@ -25,7 +25,7 @@ namespace wrapper ...@@ -25,7 +25,7 @@ namespace wrapper
Instance( int argc, const char * const argv[] ); Instance( int argc, const char * const argv[] );
Instance( const Instance& other ); Instance( const Instance& other );
Instance& operator=( const Instance& other ); Instance& operator=( const Instance& other );
virtual ~Instance(); ~Instance();
operator libvlc_instance_t*() operator libvlc_instance_t*()
{ {
......
...@@ -31,7 +31,7 @@ namespace wrapper ...@@ -31,7 +31,7 @@ namespace wrapper
int getDuration() const; int getDuration() const;
virtual ~Media(); ~Media();
operator libvlc_media_t*() operator libvlc_media_t*()
{ {
......
...@@ -34,7 +34,7 @@ namespace wrapper ...@@ -34,7 +34,7 @@ namespace wrapper
explicit Player( Media& media ); explicit Player( Media& media );
Player( const Player& other ); Player( const Player& other );
Player& operator=( const Player& other ); Player& operator=( const Player& other );
virtual ~Player(); ~Player();
bool play(); bool play();
void pause(); void pause();
......
avmedia/source/vlc/inc/wrapper/Instance.hxx:28
avmedia::vlc::wrapper::Instance::void-~Instance()
avmedia/source/vlc/inc/wrapper/Media.hxx:34
avmedia::vlc::wrapper::Media::void-~Media()
avmedia/source/vlc/inc/wrapper/Player.hxx:37
avmedia::vlc::wrapper::Player::void-~Player()
basic/source/comp/codegen.cxx:391 basic/source/comp/codegen.cxx:391
PCodeVisitor::void-~PCodeVisitor<T>() PCodeVisitor::void-~PCodeVisitor<T>()
basic/source/comp/codegen.cxx:468 basic/source/comp/codegen.cxx:468
...@@ -84,13 +90,13 @@ include/comphelper/servicedecl.hxx:168 ...@@ -84,13 +90,13 @@ include/comphelper/servicedecl.hxx:168
comphelper::service_decl::detail::OwnServiceImpl::sal_Bool-supportsService(const class rtl::OUString &,) comphelper::service_decl::detail::OwnServiceImpl::sal_Bool-supportsService(const class rtl::OUString &,)
include/comphelper/servicedecl.hxx:172 include/comphelper/servicedecl.hxx:172
comphelper::service_decl::detail::OwnServiceImpl::css::uno::Sequence<OUString>-getSupportedServiceNames() comphelper::service_decl::detail::OwnServiceImpl::css::uno::Sequence<OUString>-getSupportedServiceNames()
include/comphelper/unique_disposing_ptr.hxx:40 include/comphelper/unique_disposing_ptr.hxx:41
comphelper::unique_disposing_ptr::void-reset(T *,) comphelper::unique_disposing_ptr::void-reset(T *,)
include/comphelper/unique_disposing_ptr.hxx:40 include/comphelper/unique_disposing_ptr.hxx:41
comphelper::unique_disposing_ptr::void-reset(class (anonymous namespace)::ImpTimedRefDev *,) comphelper::unique_disposing_ptr::void-reset(class (anonymous namespace)::ImpTimedRefDev *,)
include/comphelper/unique_disposing_ptr.hxx:65 include/comphelper/unique_disposing_ptr.hxx:66
comphelper::unique_disposing_ptr::void-~unique_disposing_ptr<T>() comphelper::unique_disposing_ptr::void-~unique_disposing_ptr<T>()
include/comphelper/unique_disposing_ptr.hxx:168 include/comphelper/unique_disposing_ptr.hxx:169
comphelper::unique_disposing_solar_mutex_reset_ptr::void-reset(T *,) comphelper::unique_disposing_solar_mutex_reset_ptr::void-reset(T *,)
include/comphelper/weakeventlistener.hxx:118 include/comphelper/weakeventlistener.hxx:118
comphelper::OWeakListenerAdapter::void-disposing(const css::lang::EventObject &,) comphelper::OWeakListenerAdapter::void-disposing(const css::lang::EventObject &,)
...@@ -130,14 +136,12 @@ include/sfx2/itemwrapper.hxx:158 ...@@ -130,14 +136,12 @@ include/sfx2/itemwrapper.hxx:158
sfx::IdentItemWrapper::void-SetItemValue(ItemT &,const ItemT &,)const sfx::IdentItemWrapper::void-SetItemValue(ItemT &,const ItemT &,)const
include/svl/svdde.hxx:307 include/svl/svdde.hxx:307
DdeService::void-~DdeService() DdeService::void-~DdeService()
include/svtools/svparser.hxx:92
SvParser::void-NextToken(T,)
include/svtools/svparser.hxx:128
SvParser::void-Continue(T,)
include/toolkit/controls/geometrycontrolmodel.hxx:192 include/toolkit/controls/geometrycontrolmodel.hxx:192
OGeometryControlModel::void-fillProperties(css::uno::Sequence<css::beans::Property> &,css::uno::Sequence<css::beans::Property> &,)const OGeometryControlModel::void-fillProperties(css::uno::Sequence<css::beans::Property> &,css::uno::Sequence<css::beans::Property> &,)const
include/tools/stream.hxx:294
SvStream::_Bool-ReadLine(class rtl::OString &,sal_Int32,)
include/tools/stream.hxx:410
SvStream::_Bool-good()const
include/unotools/fontcvt.hxx:55
StarSymbolToMSMultiFont::void-~StarSymbolToMSMultiFont()
include/vbahelper/vbacollectionimpl.hxx:290 include/vbahelper/vbacollectionimpl.hxx:290
ScVbaCollectionBase::::sal_Int32-getCount() ScVbaCollectionBase::::sal_Int32-getCount()
include/vbahelper/vbacollectionimpl.hxx:295 include/vbahelper/vbacollectionimpl.hxx:295
...@@ -164,8 +168,6 @@ include/vcl/vclptr.hxx:110 ...@@ -164,8 +168,6 @@ include/vcl/vclptr.hxx:110
VclPtr::void-~VclPtr<T>() VclPtr::void-~VclPtr<T>()
mysqlc/source/mysqlc_subcomponent.hxx:104 mysqlc/source/mysqlc_subcomponent.hxx:104
connectivity::mysqlc::OPropertyArrayUsageHelper::void-~OPropertyArrayUsageHelper<TYPE>() connectivity::mysqlc::OPropertyArrayUsageHelper::void-~OPropertyArrayUsageHelper<TYPE>()
oox/source/drawingml/diagram/diagramlayoutatoms.hxx:109
oox::drawingml::LayoutAtom::void-addChild(const oox::drawingml::LayoutAtomPtr &,)
sc/inc/compressedarray.hxx:72 sc/inc/compressedarray.hxx:72
ScCompressedArray::void-~ScCompressedArray<A, D>() ScCompressedArray::void-~ScCompressedArray<A, D>()
sc/source/core/opencl/formulagroupcl.cxx:934 sc/source/core/opencl/formulagroupcl.cxx:934
...@@ -176,13 +178,13 @@ sc/source/core/opencl/formulagroupcl.cxx:943 ...@@ -176,13 +178,13 @@ sc/source/core/opencl/formulagroupcl.cxx:943
sc::opencl::DynamicKernelSlidingArgument::std::string-GenSlidingWindowDeclRef(_Bool,)const sc::opencl::DynamicKernelSlidingArgument::std::string-GenSlidingWindowDeclRef(_Bool,)const
sc/source/core/opencl/formulagroupcl.cxx:966 sc/source/core/opencl/formulagroupcl.cxx:966
sc::opencl::DynamicKernelSlidingArgument::size_t-GenReductionLoopHeader(std::stringstream &,_Bool &,) sc::opencl::DynamicKernelSlidingArgument::size_t-GenReductionLoopHeader(std::stringstream &,_Bool &,)
sc/source/core/opencl/formulagroupcl.cxx:1222 sc/source/core/opencl/formulagroupcl.cxx:1219
sc::opencl::ParallelReductionVectorRef::void-GenSlidingWindowFunction(std::stringstream &,) sc::opencl::ParallelReductionVectorRef::void-GenSlidingWindowFunction(std::stringstream &,)
sc/source/core/opencl/formulagroupcl.cxx:1401 sc/source/core/opencl/formulagroupcl.cxx:1398
sc::opencl::ParallelReductionVectorRef::std::string-GenSlidingWindowDeclRef(_Bool,)const sc::opencl::ParallelReductionVectorRef::std::string-GenSlidingWindowDeclRef(_Bool,)const
sc/source/core/opencl/formulagroupcl.cxx:1411 sc/source/core/opencl/formulagroupcl.cxx:1408
sc::opencl::ParallelReductionVectorRef::size_t-GenReductionLoopHeader(std::stringstream &,int,_Bool &,) sc::opencl::ParallelReductionVectorRef::size_t-GenReductionLoopHeader(std::stringstream &,int,_Bool &,)
sc/source/core/opencl/formulagroupcl.cxx:1435 sc/source/core/opencl/formulagroupcl.cxx:1432
sc::opencl::ParallelReductionVectorRef::size_t-Marshal(cl_kernel,int,int,cl_program,) sc::opencl::ParallelReductionVectorRef::size_t-Marshal(cl_kernel,int,int,cl_program,)
sc/source/ui/inc/anyrefdg.hxx:220 sc/source/ui/inc/anyrefdg.hxx:220
ScRefHdlrImpl::void-dispose() ScRefHdlrImpl::void-dispose()
...@@ -192,6 +194,8 @@ sc/source/ui/vba/vbacondition.hxx:40 ...@@ -192,6 +194,8 @@ sc/source/ui/vba/vbacondition.hxx:40
ScVbaCondition::class rtl::OUString-Formula2() ScVbaCondition::class rtl::OUString-Formula2()
sc/source/ui/vba/vbacondition.hxx:42 sc/source/ui/vba/vbacondition.hxx:42
ScVbaCondition::void-setFormula1(const uno::Any &,) ScVbaCondition::void-setFormula1(const uno::Any &,)
sc/source/ui/vba/vbacondition.hxx:44
ScVbaCondition::sal_Int32-Operator(_Bool,)
sc/source/ui/vba/vbaformat.hxx:73 sc/source/ui/vba/vbaformat.hxx:73
ScVbaFormat::css::uno::Any-Borders(const css::uno::Any &,) ScVbaFormat::css::uno::Any-Borders(const css::uno::Any &,)
sc/source/ui/vba/vbaformat.hxx:76 sc/source/ui/vba/vbaformat.hxx:76
...@@ -252,8 +256,6 @@ sc/source/ui/vba/vbapagebreak.hxx:49 ...@@ -252,8 +256,6 @@ sc/source/ui/vba/vbapagebreak.hxx:49
ScVbaPageBreak::css::uno::Reference<ov::excel::XRange>-Location() ScVbaPageBreak::css::uno::Reference<ov::excel::XRange>-Location()
sd/source/ui/inc/ShellFactory.hxx:41 sd/source/ui/inc/ShellFactory.hxx:41
sd::ShellFactory::void-~ShellFactory<ShellType>() sd::ShellFactory::void-~ShellFactory<ShellType>()
sd/source/ui/remotecontrol/ZeroconfService.hxx:41
sd::ZeroconfService::void-~ZeroconfService()
sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx:34 sd/source/ui/slidesorter/inc/model/SlsEnumeration.hxx:34
sd::slidesorter::model::Enumeration::void-~Enumeration<T>() sd::slidesorter::model::Enumeration::void-~Enumeration<T>()
slideshow/source/engine/activities/activitiesfactory.cxx:173 slideshow/source/engine/activities/activitiesfactory.cxx:173
...@@ -274,8 +276,6 @@ slideshow/source/engine/animationfactory.cxx:442 ...@@ -274,8 +276,6 @@ slideshow/source/engine/animationfactory.cxx:442
slideshow::internal::(anonymous namespace)::GenericAnimation::void-prefetch(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,) slideshow::internal::(anonymous namespace)::GenericAnimation::void-prefetch(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,)
slideshow/source/engine/animationfactory.cxx:446 slideshow/source/engine/animationfactory.cxx:446
slideshow::internal::(anonymous namespace)::GenericAnimation::void-start(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,) slideshow::internal::(anonymous namespace)::GenericAnimation::void-start(const slideshow::internal::AnimatableShapeSharedPtr &,const slideshow::internal::ShapeAttributeLayerSharedPtr &,)
sw/inc/doc.hxx:436
SwDoc::void-~SwDoc()
sw/inc/docary.hxx:116 sw/inc/docary.hxx:116
SwVectorModifyBase::void-~SwVectorModifyBase<Value>() SwVectorModifyBase::void-~SwVectorModifyBase<Value>()
sw/inc/flypos.hxx:37 sw/inc/flypos.hxx:37
...@@ -286,7 +286,7 @@ vcl/inc/opengl/BufferObject.hxx:31 ...@@ -286,7 +286,7 @@ vcl/inc/opengl/BufferObject.hxx:31
vcl::BufferObject::void-~BufferObject<TYPE, BUFFER_TYPE>() vcl::BufferObject::void-~BufferObject<TYPE, BUFFER_TYPE>()
vcl/inc/salframe.hxx:177 vcl/inc/salframe.hxx:177
SalFrame::void-Flush(const tools::Rectangle &,) SalFrame::void-Flush(const tools::Rectangle &,)
vcl/inc/sallayout.hxx:180 vcl/inc/sallayout.hxx:181
SalLayout::_Bool-GetBoundRect(class SalGraphics &,tools::Rectangle &,)const SalLayout::_Bool-GetBoundRect(class SalGraphics &,tools::Rectangle &,)const
vcl/inc/salmenu.hxx:92 vcl/inc/salmenu.hxx:92
SalMenu::tools::Rectangle-GetMenuBarButtonRectPixel(sal_uInt16,class SalFrame *,) SalMenu::tools::Rectangle-GetMenuBarButtonRectPixel(sal_uInt16,class SalFrame *,)
...@@ -316,7 +316,7 @@ vcl/inc/unx/saldisp.hxx:180 ...@@ -316,7 +316,7 @@ vcl/inc/unx/saldisp.hxx:180
SalXLib::void-StopTimer() SalXLib::void-StopTimer()
vcl/inc/unx/saldisp.hxx:182 vcl/inc/unx/saldisp.hxx:182
SalXLib::_Bool-CheckTimeout(_Bool,) SalXLib::_Bool-CheckTimeout(_Bool,)
vcl/inc/unx/saldisp.hxx:390 vcl/inc/unx/saldisp.hxx:393
SalX11Display::void-Yield() SalX11Display::void-Yield()
vcl/inc/unx/salinst.h:47 vcl/inc/unx/salinst.h:47
X11SalInstance::class SalX11Display *-CreateDisplay()const X11SalInstance::class SalX11Display *-CreateDisplay()const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment