comphelper/source/property/propmultiplex2.cxx | 10 -- compilerplugins/clang/unnecessaryvirtual-dead.results | 4 compilerplugins/clang/unnecessaryvirtual.results | 72 +++++++++-------- compilerplugins/clang/virtualdead.results | 7 + compilerplugins/clang/virtualdead.unusedparams.results | 38 +++++--- include/comphelper/propmultiplex2.hxx | 2 include/sfx2/AccessibilityIssue.hxx | 2 vcl/inc/qt5/QtAccessibleWidget.hxx | 4 8 files changed, 75 insertions(+), 64 deletions(-)
New commits: commit 41e21afa59d8c7cfd5593bba1d384d80c561e12e Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri May 19 10:38:04 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri May 19 20:24:30 2023 +0200 loplugin:unnecessaryvirtual Change-Id: I3a3d4debd83f1a6452721ce704b6b88622b38109 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152004 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> 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<class com::sun::star::beans::XVetoableChangeListener> &,) 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 diff --git a/compilerplugins/clang/unnecessaryvirtual.results b/compilerplugins/clang/unnecessaryvirtual.results index da90969bb3e6..7404a1cffd85 100644 --- a/compilerplugins/clang/unnecessaryvirtual.results +++ b/compilerplugins/clang/unnecessaryvirtual.results @@ -230,11 +230,11 @@ extensions/source/propctrlr/commoncontrol.hxx:139 void pcr::CommonBehaviourControl::notifyModifiedValue() extensions/source/propctrlr/commoncontrol.hxx:154 void pcr::CommonBehaviourControl::disposing() -forms/source/xforms/datatypes.hxx:215 +forms/source/xforms/datatypes.hxx:217 class cppu::IPropertyArrayHelper * xforms::ODerivedDataType::createArrayHelper()const -forms/source/xforms/datatypes.hxx:218 +forms/source/xforms/datatypes.hxx:220 class com::sun::star::uno::Reference<class com::sun::star::beans::XPropertySetInfo> xforms::ODerivedDataType::getPropertySetInfo() -forms/source/xforms/datatypes.hxx:219 +forms/source/xforms/datatypes.hxx:221 class cppu::IPropertyArrayHelper & xforms::ODerivedDataType::getInfoHelper() forms/source/xforms/namedcollection.hxx:80 class com::sun::star::uno::Type NamedCollection::getElementType() @@ -252,16 +252,18 @@ include/comphelper/interaction.hxx:53 void comphelper::OInteraction::select() include/comphelper/proparrhlp.hxx:83 class cppu::IPropertyArrayHelper * comphelper::OAggregationArrayUsageHelper::createArrayHelper()const +include/comphelper/propmultiplex2.hxx:54 + void comphelper::OPropertyChangeListener2::_disposing(const struct com::sun::star::lang::EventObject &,) +include/comphelper/propshlp.hxx:173 + class com::sun::star::uno::Any comphelper::OPropertySetHelper::getPropertyValueImpl(class std::unique_lock<class std::mutex> &,const class rtl::OUString &,) include/comphelper/solarmutex.hxx:59 _Bool comphelper::SolarMutex::tryToAcquire() include/comphelper/unique_disposing_ptr.hxx:170 void comphelper::unique_disposing_solar_mutex_reset_ptr::reset(type-parameter-0-0 *,) include/comphelper/weakeventlistener.hxx:121 void comphelper::OWeakListenerAdapter::disposing(const struct com::sun::star::lang::EventObject &,) -include/sfx2/tabdlg.hxx:98 - _Bool SfxTabDialogController::DeactivatePage(const class rtl::OString &,) -include/sfx2/thumbnailviewitem.hxx:118 - void ThumbnailViewItem::calculateItemsPosition(const long,const long,unsigned int,const struct ThumbnailItemAttributes *,) +include/sfx2/AccessibilityIssue.hxx:55 + void sfx::AccessibilityIssue::setParent(class weld::Window *,) include/svl/svdde.hxx:236 class DdeData * DdeTopic::Get(enum SotClipboardFormatId,) include/svl/svdde.hxx:237 @@ -274,13 +276,13 @@ include/svl/svdde.hxx:243 _Bool DdeTopic::StartAdviseLoop() include/svl/svdde.hxx:300 void DdeService::~DdeService() -include/svx/svdundo.hxx:753 +include/svx/svdundo.hxx:752 class std::unique_ptr<class SdrUndoAction> SdrUndoFactory::CreateUndoDiagramModelData(class SdrObject &,class std::shared_ptr<class svx::diagram::DiagramDataState> &,) include/vbahelper/vbacollectionimpl.hxx:290 int ScVbaCollectionBase::getCount() include/vbahelper/vbacollectionimpl.hxx:295 class com::sun::star::uno::Any ScVbaCollectionBase::Item(const class com::sun::star::uno::Any &,const class com::sun::star::uno::Any &,) -include/vbahelper/vbacollectionimpl.hxx:324 +include/vbahelper/vbacollectionimpl.hxx:333 unsigned char ScVbaCollectionBase::hasElements() include/vbahelper/vbahelperinterface.hxx:75 int InheritedHelperInterfaceImpl::getCreator() @@ -300,7 +302,7 @@ include/vbahelper/vbareturntypes.hxx:39 type-parameter-0-0 ooo::vba::DefaultReturnHelper::getValue() include/vcl/customweld.hxx:45 class rtl::OUString weld::CustomWidgetController::GetHelpText()const -include/vcl/weld.hxx:108 +include/vcl/weld.hxx:109 void weld::Widget::set_visible(_Bool,) sc/source/core/opencl/opbase.hxx:446 _Bool sc::opencl::DynamicKernelSlidingArgument::NeedParallelReduction()const @@ -398,34 +400,40 @@ slideshow/source/engine/animationfactory.cxx:620 void slideshow::internal::(anonymous namespace)::GenericAnimation::start(const class std::shared_ptr<class slideshow::internal::AnimatableShape> &,const class std::shared_ptr<class slideshow::internal::ShapeAttributeLayer> &,) slideshow/source/inc/shape.hxx:221 void slideshow::internal::Shape::setIsForeground(const _Bool,) -sw/source/core/inc/bookmark.hxx:277 - void sw::mark::FieldmarkWithDropDownButton::LaunchPopup() toolkit/inc/controls/geometrycontrolmodel.hxx:185 void OGeometryControlModel::fillProperties(class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,class com::sun::star::uno::Sequence<struct com::sun::star::beans::Property> &,)const -vcl/inc/jsdialog/jsdialogbuilder.hxx:159 +vcl/inc/font/LogicalFontInstance.hxx:126 + void LogicalFontInstance::ImplInitHbFont(struct hb_font_t *,) +vcl/inc/jsdialog/jsdialogbuilder.hxx:165 void JSDialogSender::sendFullUpdate(_Bool,) -vcl/inc/jsdialog/jsdialogbuilder.hxx:162 - void JSDialogSender::sendAction(class VclPtr<class vcl::Window>,class std::unique_ptr<class std::unordered_map<class std::basic_string<char>, class rtl::OUString> >,) -vcl/inc/jsdialog/jsdialogbuilder.hxx:164 +vcl/inc/jsdialog/jsdialogbuilder.hxx:168 + void JSDialogSender::sendAction(class VclPtr<class vcl::Window>,class std::unique_ptr<class std::unordered_map<class rtl::OString, class rtl::OUString> >,) +vcl/inc/jsdialog/jsdialogbuilder.hxx:170 void JSDialogSender::sendPopup(class VclPtr<class vcl::Window>,class rtl::OUString,class rtl::OUString,) -vcl/inc/jsdialog/jsdialogbuilder.hxx:165 +vcl/inc/jsdialog/jsdialogbuilder.hxx:171 void JSDialogSender::sendClosePopup(unsigned int,) -vcl/inc/jsdialog/jsdialogbuilder.hxx:367 +vcl/inc/jsdialog/jsdialogbuilder.hxx:392 void JSWidget::show() -vcl/inc/jsdialog/jsdialogbuilder.hxx:380 +vcl/inc/jsdialog/jsdialogbuilder.hxx:405 void JSWidget::hide() -vcl/inc/jsdialog/jsdialogbuilder.hxx:394 +vcl/inc/jsdialog/jsdialogbuilder.hxx:419 void JSWidget::set_sensitive(_Bool,) -vcl/inc/jsdialog/jsdialogbuilder.hxx:402 +vcl/inc/jsdialog/jsdialogbuilder.hxx:427 class com::sun::star::uno::Reference<class com::sun::star::datatransfer::dnd::XDropTarget> JSWidget::get_drop_target() -vcl/inc/jsdialog/jsdialogbuilder.hxx:410 +vcl/inc/jsdialog/jsdialogbuilder.hxx:435 void JSWidget::freeze() -vcl/inc/jsdialog/jsdialogbuilder.hxx:416 +vcl/inc/jsdialog/jsdialogbuilder.hxx:441 void JSWidget::thaw() -vcl/inc/jsdialog/jsdialogbuilder.hxx:423 +vcl/inc/jsdialog/jsdialogbuilder.hxx:448 void JSWidget::grab_focus() -vcl/inc/jsdialog/jsdialogbuilder.hxx:529 +vcl/inc/jsdialog/jsdialogbuilder.hxx:492 + void JSWidget::set_buildable_name(const class rtl::OUString &,) +vcl/inc/jsdialog/jsdialogbuilder.hxx:620 void JSComboBox::set_entry_text_without_notify(const class rtl::OUString &,) +vcl/inc/qt5/QtAccessibleWidget.hxx:165 + int QtAccessibleWidget::selectedItemCount()const +vcl/inc/qt5/QtAccessibleWidget.hxx:166 + class QList<class QAccessibleInterface *> QtAccessibleWidget::selectedItems()const vcl/inc/salframe.hxx:145 void SalFrame::SetRepresentedURL(const class rtl::OUString &,) vcl/inc/salframe.hxx:194 @@ -440,21 +448,21 @@ vcl/inc/salobj.hxx:49 void SalObject::Enable(_Bool,) vcl/inc/salprn.hxx:116 enum SalPrinterError SalPrinter::GetErrorCode() -vcl/inc/salvtables.hxx:1625 +vcl/inc/salvtables.hxx:1771 _Bool SalInstanceTreeView::get_iter_abs_pos(class weld::TreeIter &,int,)const -vcl/inc/skia/gdiimpl.hxx:229 +vcl/inc/skia/gdiimpl.hxx:230 void SkiaSalGraphicsImpl::createSurface() -vcl/inc/skia/gdiimpl.hxx:239 +vcl/inc/skia/gdiimpl.hxx:240 void SkiaSalGraphicsImpl::flushSurfaceToWindowContext() -vcl/inc/skia/gdiimpl.hxx:262 +vcl/inc/skia/gdiimpl.hxx:263 int SkiaSalGraphicsImpl::getWindowScaling()const -vcl/inc/unx/gtk/gtkdata.hxx:335 +vcl/inc/unx/gtk/gtkdata.hxx:336 int GtkSalDisplay::CaptureMouse(class SalFrame *,) vcl/inc/unx/saldata.hxx:50 void X11SalData::Init() -vcl/inc/unx/saldisp.hxx:405 +vcl/inc/unx/saldisp.hxx:385 void SalX11Display::Yield() -vcl/inc/unx/salframe.h:209 +vcl/inc/unx/salframe.h:211 void X11SalFrame::updateGraphics(_Bool,) vcl/inc/unx/salinst.h:41 class SalX11Display * X11SalInstance::CreateDisplay()const diff --git a/include/sfx2/AccessibilityIssue.hxx b/include/sfx2/AccessibilityIssue.hxx index f6290ae9a01e..f20ce70331be 100644 --- a/include/sfx2/AccessibilityIssue.hxx +++ b/include/sfx2/AccessibilityIssue.hxx @@ -52,7 +52,7 @@ public: virtual bool canQuickFixIssue() const = 0; virtual void quickFixIssue() const = 0; - virtual void setParent(weld::Window* pParent) { m_pParent = pParent; } + void setParent(weld::Window* pParent) { m_pParent = pParent; } AccessibilityIssueID m_eIssueID; OUString m_aIssueText; diff --git a/vcl/inc/qt5/QtAccessibleWidget.hxx b/vcl/inc/qt5/QtAccessibleWidget.hxx index d6d27c9cfcbd..8d71ecd0ea77 100644 --- a/vcl/inc/qt5/QtAccessibleWidget.hxx +++ b/vcl/inc/qt5/QtAccessibleWidget.hxx @@ -162,8 +162,8 @@ public: virtual bool clear() override; #else // no override, but used in QAccessibleTableInterface methods - virtual int selectedItemCount() const; - virtual QList<QAccessibleInterface*> selectedItems() const; + int selectedItemCount() const; + QList<QAccessibleInterface*> selectedItems() const; #endif // Factory commit 4d07ee9a54e0b929ab116b08227e20f4a9c330e9 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Fri May 19 09:35:59 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Fri May 19 20:24:21 2023 +0200 loplugin:virtualdead Change-Id: I089fd6b9281cc35768462e83a7e18588f357df4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152003 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/comphelper/source/property/propmultiplex2.cxx b/comphelper/source/property/propmultiplex2.cxx index 72e801524de8..16c06c3bc1f9 100644 --- a/comphelper/source/property/propmultiplex2.cxx +++ b/comphelper/source/property/propmultiplex2.cxx @@ -33,11 +33,6 @@ OPropertyChangeListener2::~OPropertyChangeListener2() m_xAdapter->onListenerDestruction(); } -void OPropertyChangeListener2::_disposing(const EventObject&) -{ - // nothing to do here -} - void OPropertyChangeListener2::disposeAdapter(std::unique_lock<std::mutex>& rGuard) { if (m_xAdapter.is()) @@ -106,14 +101,11 @@ void OPropertyChangeMultiplexer2::onListenerDestruction() // XEventListener -void SAL_CALL OPropertyChangeMultiplexer2::disposing(const EventObject& _rSource) +void SAL_CALL OPropertyChangeMultiplexer2::disposing(const EventObject& /*_rSource*/) { std::unique_lock g(m_rMutex); if (m_pListener) { - // tell the listener - if (!locked()) - m_pListener->_disposing(_rSource); // disconnect the listener if (m_pListener) // may have been reset whilst calling into _disposing m_pListener->setAdapter(g, nullptr); diff --git a/compilerplugins/clang/virtualdead.results b/compilerplugins/clang/virtualdead.results index d3b3e8435745..0495b8dbc3ae 100644 --- a/compilerplugins/clang/virtualdead.results +++ b/compilerplugins/clang/virtualdead.results @@ -28,6 +28,9 @@ canvas/inc/base/graphicdevicebase.hxx:318 include/basegfx/utils/unopolypolygon.hxx:93 void basegfx::unotools::UnoPolyPolygon::modifying()const empty +include/comphelper/propmultiplex2.hxx:54 + void comphelper::OPropertyChangeListener2::_disposing(const struct com::sun::star::lang::EventObject &,) + empty include/connectivity/sdbcx/IRefreshable.hxx:29 void connectivity::sdbcx::IRefreshableGroups::refreshGroups() empty @@ -51,7 +54,7 @@ include/svl/svdde.hxx:243 0 include/svtools/unoevent.hxx:198 unsigned short SvEventDescriptor::getMacroItemWhich()const - 108 + 114 include/svx/GenericCheckDialog.hxx:32 _Bool svx::CheckData::canMarkObject() 1 @@ -112,7 +115,7 @@ vcl/inc/salinst.hxx:204 vcl/inc/salinst.hxx:213 void SalInstance::BeforeAbort(const class rtl::OUString &,_Bool,) empty -vcl/inc/salmenu.hxx:85 +vcl/inc/salmenu.hxx:76 void SalMenu::GetSystemMenuData(struct SystemMenuData *,) empty vcl/inc/salobj.hxx:49 diff --git a/compilerplugins/clang/virtualdead.unusedparams.results b/compilerplugins/clang/virtualdead.unusedparams.results index 0fa4b4b31bd3..c0c1a6d95a17 100644 --- a/compilerplugins/clang/virtualdead.unusedparams.results +++ b/compilerplugins/clang/virtualdead.unusedparams.results @@ -61,13 +61,19 @@ extensions/source/bibliography/loadlisteneradapter.hxx:109 extensions/source/bibliography/loadlisteneradapter.hxx:110 void bib::OLoadListener::_reloading(const struct com::sun::star::lang::EventObject &,) 0 +include/comphelper/propmultiplex2.hxx:54 + void comphelper::OPropertyChangeListener2::_disposing(const struct com::sun::star::lang::EventObject &,) + 0 +include/comphelper/propshlp.hxx:255 + void comphelper::OPropertySetHelper::getFastPropertyValue(class std::unique_lock<class std::mutex> &,class com::sun::star::uno::Any &,int,)const + 011 include/cppuhelper/propshlp.hxx:330 void cppu::IEventNotificationHook::fireEvents(int *,int,unsigned char,_Bool,) 0111 include/drawinglayer/primitive2d/textbreakuphelper.hxx:58 _Bool drawinglayer::primitive2d::TextBreakupHelper::allowChange(unsigned int,class basegfx::B2DHomMatrix &,unsigned int,unsigned int,) 0111 -include/editeng/editeng.hxx:494 +include/editeng/editeng.hxx:502 void EditEngine::ParagraphConnected(int,int,) 01 include/filter/msfilter/msdffimp.hxx:547 @@ -88,6 +94,9 @@ include/oox/export/shapes.hxx:139 include/sfx2/stbitem.hxx:101 _Bool SfxStatusBarControl::MouseButtonUp(const class MouseEvent &,) 0 +include/svl/documentlockfile.hxx:50 + void svt::GenDocumentLockFile::WriteEntryToStream(class std::unique_lock<class std::mutex> &,const class o3tl::enumarray<enum LockFileComponent, class rtl::OUString> &,const class com::sun::star::uno::Reference<class com::sun::star::io::XOutputStream> &,) + 011 include/svl/svdde.hxx:227 _Bool DdeGetPutItem::Put(const class DdeData *,) 0 @@ -112,9 +121,6 @@ include/svx/IAccessibleParent.hxx:81 include/svx/selectioncontroller.hxx:48 _Bool sdr::SelectionController::onMouseButtonUp(const class MouseEvent &,class vcl::Window *,) 10 -include/svx/svdobj.hxx:133 - int SdrObjUserCall::GetPDFAnchorStructureElementId(const class SdrObject &,const class OutputDevice &,) - 10 include/vcl/accessibletable.hxx:90 class tools::Rectangle vcl::table::IAccessibleTable::GetFieldCharacterBounds(int,int,int,) 001 @@ -161,22 +167,22 @@ sdext/source/pdfimport/inc/contentsink.hxx:165 void pdfi::ContentSink::drawMaskedImage(const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,const class com::sun::star::uno::Sequence<struct com::sun::star::beans::PropertyValue> &,_Bool,) 110 sdext/source/pdfimport/inc/treevisiting.hxx:46 - void pdfi::ElementTreeVisitor::visit(struct pdfi::HyperlinkElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::HyperlinkElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 sdext/source/pdfimport/inc/treevisiting.hxx:47 - void pdfi::ElementTreeVisitor::visit(struct pdfi::TextElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::TextElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 sdext/source/pdfimport/inc/treevisiting.hxx:49 - void pdfi::ElementTreeVisitor::visit(struct pdfi::FrameElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::FrameElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 sdext/source/pdfimport/inc/treevisiting.hxx:51 - void pdfi::ElementTreeVisitor::visit(struct pdfi::ImageElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::ImageElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 sdext/source/pdfimport/inc/treevisiting.hxx:52 - void pdfi::ElementTreeVisitor::visit(struct pdfi::PageElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::PageElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 sdext/source/pdfimport/inc/treevisiting.hxx:53 - void pdfi::ElementTreeVisitor::visit(struct pdfi::DocumentElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> >, struct std::bidirectional_iterator_tag> &,) + void pdfi::ElementTreeVisitor::visit(struct pdfi::DocumentElement &,const class __gnu_debug::_Safe_iterator<struct std::__cxx1998::_List_const_iterator<class std::unique_ptr<struct pdfi::Element> >, class std::list<class std::unique_ptr<struct pdfi::Element> > > &,) 10 starmath/source/wordexportbase.hxx:28 void SmWordExportBase::HandleText(const class SmNode *,int,) @@ -190,13 +196,13 @@ sw/qa/inc/swmodeltestbase.hxx:158 sw/source/core/access/acccontext.hxx:349 _Bool SwAccessibleContext::SetSelectedState(_Bool,) 0 -sw/source/core/inc/txmsrt.hxx:147 +sw/source/core/inc/txmsrt.hxx:148 void SwTOXSortTabBase::FillText(class SwTextNode &,const class SwContentIndex &,unsigned short,const class SwRootFrame *const,)const 1100 sw/source/filter/ww8/wrtww8.hxx:799 void MSWordExportBase::WriteHyperlinkData(const class sw::mark::IFieldmark &,) 0 -sw/source/filter/ww8/wrtww8.hxx:869 +sw/source/filter/ww8/wrtww8.hxx:871 void MSWordExportBase::OutputGrfNode(const class SwGrfNode &,) 0 unoxml/inc/node.hxx:137 @@ -247,16 +253,16 @@ vcl/inc/salinst.hxx:187 vcl/inc/salinst.hxx:213 void SalInstance::BeforeAbort(const class rtl::OUString &,_Bool,) 00 -vcl/inc/salmenu.hxx:79 +vcl/inc/salmenu.hxx:70 void SalMenu::SetItemBits(unsigned int,enum MenuItemBits,) 10 -vcl/inc/salmenu.hxx:83 +vcl/inc/salmenu.hxx:74 void SalMenu::SetItemImage(unsigned int,class SalMenuItem *,const class Image &,) 011 -vcl/inc/salmenu.hxx:84 +vcl/inc/salmenu.hxx:75 void SalMenu::SetAccelerator(unsigned int,class SalMenuItem *,const class vcl::KeyCode &,const class rtl::OUString &,) 0101 -vcl/inc/salmenu.hxx:85 +vcl/inc/salmenu.hxx:76 void SalMenu::GetSystemMenuData(struct SystemMenuData *,) 0 vcl/inc/salobj.hxx:49 diff --git a/include/comphelper/propmultiplex2.hxx b/include/comphelper/propmultiplex2.hxx index 3c3c5065945e..5e6fec1571c3 100644 --- a/include/comphelper/propmultiplex2.hxx +++ b/include/comphelper/propmultiplex2.hxx @@ -50,8 +50,6 @@ public: /// @throws css::uno::RuntimeException virtual void _propertyChanged(const css::beans::PropertyChangeEvent& _rEvent) = 0; - /// @throws css::uno::RuntimeException - virtual void _disposing(const css::lang::EventObject& _rSource); protected: /** If the derivee also owns the mutex which we know as reference, then call this within your