From 4ca2cf1b7e57c823e911bcbae0c87102a7c9851e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 15 Jul 2015 13:41:11 +0200 Subject: loplugin:unusedmethods sfx2 Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62 Reviewed-on: https://gerrit.libreoffice.org/17069 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sfx2/source/toolbox/tbxitem.cxx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sfx2/source/toolbox') diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 17a5be0de379..99c466c35a1b 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -1318,24 +1318,6 @@ void SfxPopupWindow::StartCascading() -VclPtr SfxPopupWindow::Clone() const - -/* [Description] - - This method must be overridden to show this Popup also in the - Presentation-mode. It is called when a Show() would be meaningless - since the parent is no presentation window. - When create a new window the bew Top-Window will be used automatically, - so that the Parent becomes the presentation window and that the new - Popup therefore becomes visible. -*/ - -{ - return 0; -} - - - void SfxPopupWindow::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eState, -- cgit