summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-14 21:19:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-15 13:55:16 +0100
commit0a76eb059a77c799e6ce8400c558fc4dd1d866aa (patch)
tree004db589d3b18a43163298d56496a6d8bce1ab3e /include/sfx2
parent053223085d786b4d1e595a63e01c47e97728e720 (diff)
StartCascading is unused
Change-Id: Ic58ab3715aadf53bf4f3fd1e32a241d9d9275322 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86839 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/tbxctrl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index f468bfc13e76..cb94907ffae9 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -62,7 +62,6 @@ class SFX2_DLLPUBLIC SfxPopupWindow: public FloatingWindow
{
friend class SfxFrameStatusListener;
bool m_bFloating;
- bool m_bCascading;
Link<SfxPopupWindow*,void> m_aDeleteLink;
sal_uInt16 const m_nId;
css::uno::Reference< css::frame::XFrame > const m_xFrame;
@@ -95,9 +94,6 @@ public:
virtual ~SfxPopupWindow() override;
virtual void dispose() override;
- virtual void MouseMove( const MouseEvent& rMEvt ) override;
-
- void StartCascading();
SAL_DLLPRIVATE void SetDeleteLink_Impl( const Link<SfxPopupWindow*,void>& rLink )
{
m_aDeleteLink = rLink;