summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 13:41:11 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 05:47:52 +0000
commit4ca2cf1b7e57c823e911bcbae0c87102a7c9851e (patch)
tree28725536883828d5d7af2cb8a4e7733968888d9d /sfx2/source/toolbox
parent80cbfb75026f4673b14237650302c3da1cc5ab13 (diff)
loplugin:unusedmethods sfx2
Change-Id: I98c455d89f76fbcacf74929a4e8775b4da697f62 Reviewed-on: https://gerrit.libreoffice.org/17069 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source/toolbox')
-rw-r--r--sfx2/source/toolbox/tbxitem.cxx18
1 files changed, 0 insertions, 18 deletions
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> 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,