summaryrefslogtreecommitdiff
path: root/include/sfx2/tbxctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 12:07:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-27 12:43:46 +0000
commit337e19bf469c0a7a10fabd07fa6ae13f77075e36 (patch)
treecbbb7c3f05eae32cf028c3009ab8f1b39e2bf5cb /include/sfx2/tbxctrl.hxx
parent40241c2aec0e88cbb51b802bda2db458e14f792f (diff)
loplugin:expandablemethods in sfx2
Change-Id: I5dcc9e6e7fef210f85a01057ddf59f8de14b847d Reviewed-on: https://gerrit.libreoffice.org/30320 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/tbxctrl.hxx')
-rw-r--r--include/sfx2/tbxctrl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sfx2/tbxctrl.hxx b/include/sfx2/tbxctrl.hxx
index 151b4a2bcf78..dfb40215b584 100644
--- a/include/sfx2/tbxctrl.hxx
+++ b/include/sfx2/tbxctrl.hxx
@@ -77,8 +77,6 @@ friend class SfxFrameStatusListener;
css::uno::Reference< css::lang::XComponent > m_xStatusListener;
private:
- void GetOrCreateStatusListener();
-
SfxPopupWindow(SfxPopupWindow &) = delete;
void operator =(SfxPopupWindow &) = delete;
void Delete();
@@ -86,7 +84,6 @@ private:
protected:
virtual void PopupModeEnd() override;
virtual bool Close() override;
- void DeleteFloatingWindow();
sal_uInt16 GetId() const { return m_nId; }
const css::uno::Reference< css::frame::XFrame >& GetFrame() const { return m_xFrame; }