diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 08:43:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-21 09:39:21 +0200 |
commit | 5e4b4eecb1b2b7113f45e9468574624d30c7097c (patch) | |
tree | 701fc89158bfbffab65fc222e062a927aa769120 /include/sfx2/titledockwin.hxx | |
parent | 182a74d937088f0f08850014a7b918719e106b7d (diff) |
loplugin:unusedfields in sfx2
Change-Id: Id6666065bf3b27388d87aa2605229e83f1aed79a
Reviewed-on: https://gerrit.libreoffice.org/40255
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/titledockwin.hxx')
-rw-r--r-- | include/sfx2/titledockwin.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/titledockwin.hxx b/include/sfx2/titledockwin.hxx index 93c5f5527f57..c40808c3289d 100644 --- a/include/sfx2/titledockwin.hxx +++ b/include/sfx2/titledockwin.hxx @@ -63,9 +63,6 @@ namespace sfx2 virtual void DataChanged( const DataChangedEvent& i_rDataChangedEvent ) override; virtual void SetText( const OUString& i_rText ) override; - // DockingWindow overridables - void EndDocking(const tools::Rectangle& rRect, bool bFloatMode) override; - virtual void ApplySettings(vcl::RenderContext& rRenderContext) override; protected: /** internal version of ResetToolBox @@ -84,8 +81,6 @@ namespace sfx2 VclPtr<ToolBox> m_aToolbox; VclPtr<Window> m_aContentWindow; - Link<TitledDockingWindow*,void> m_aEndDockingHdl; - /** The border that is painted around the inner window. The bevel shadow lines are part of the border, so where the border is 0 no such line is painted. |