diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-20 15:59:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-21 12:16:17 +0200 |
commit | 9e61a951374a3f7705de67295e406e929c603a42 (patch) | |
tree | 1e7166ddbc847e796c41fb0c0527c5d74084a6b7 /include/svtools/headbar.hxx | |
parent | 95c348afa8f4f17c058c449ded75025175af0e4a (diff) |
loplugin:unusedfields in svtools
Change-Id: Ic8f67d40825d9843fd57535bd61bef51b470a8be
Reviewed-on: https://gerrit.libreoffice.org/39016
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools/headbar.hxx')
-rw-r--r-- | include/svtools/headbar.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx index 2867ebff6b94..ef06552f097d 100644 --- a/include/svtools/headbar.hxx +++ b/include/svtools/headbar.hxx @@ -241,19 +241,16 @@ private: Link<HeaderBar*,void> maDoubleClickHdl; Link<HeaderBar*,void> maCreateAccessibleHdl; - VCLXHeaderBar* m_pVCLXHeaderBar; - - css::uno::Reference< css::accessibility::XAccessible > - mxAccessible; + mxAccessible; using Window::ImplInit; SVT_DLLPRIVATE void ImplInit( WinBits nWinStyle ); SVT_DLLPRIVATE void ImplInitSettings( bool bFont, bool bForeground, bool bBackground ); SVT_DLLPRIVATE long ImplGetItemPos( sal_uInt16 nPos ) const; - SVT_DLLPRIVATE tools::Rectangle ImplGetItemRect( sal_uInt16 nPos ) const; + SVT_DLLPRIVATE tools::Rectangle ImplGetItemRect( sal_uInt16 nPos ) const; using Window::ImplHitTest; - SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, long& nMouseOff, sal_uInt16& nPos ) const; + SVT_DLLPRIVATE sal_uInt16 ImplHitTest( const Point& rPos, long& nMouseOff, sal_uInt16& nPos ) const; SVT_DLLPRIVATE void ImplInvertDrag( sal_uInt16 nStartPos, sal_uInt16 nEndPos ); SVT_DLLPRIVATE void ImplDrawItem(vcl::RenderContext& rRenderContext, sal_uInt16 nPos, bool bHigh, const tools::Rectangle& rItemRect, const tools::Rectangle* pRect); |