diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-08 13:46:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-09 10:44:03 +0200 |
commit | b35a4cf023844dbbb3666c730213e9bc679d4a4f (patch) | |
tree | 6788333e22b2a73e5116d3b67bea0df3c7093707 /sw/inc/view.hxx | |
parent | ea8c12b8cc03ed259389ac267edd459844634767 (diff) |
loplugin:checkunusedparams in sw(part5)
Change-Id: Iee48e6c77f1eb57cd8a3a245e5415051b85f4cc1
Reviewed-on: https://gerrit.libreoffice.org/37387
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/view.hxx')
-rw-r--r-- | sw/inc/view.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 6af7a90ce00e..55f87ec82937 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -325,7 +325,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell SvxZoomType eZoomType, short nFactor, bool bViewOnly); - SAL_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill, bool bInner ); + SAL_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill ); SAL_DLLPRIVATE void ShowAtResize(); @@ -408,7 +408,7 @@ public: const SwEditWin &GetEditWin () const { return *m_pEditWin; } #if defined(_WIN32) || defined UNX - void ScannerEventHdl( const css::lang::EventObject& rEventObject ); + void ScannerEventHdl(); #endif // hand the handler for text blocks to the shell; create if applicable @@ -421,10 +421,10 @@ public: sal_uInt16 nRangeX = USHRT_MAX, sal_uInt16 nRangeY = USHRT_MAX); - long SetVScrollMax(long lMax); - long SetHScrollMax(long lMax); + long SetVScrollMax(long lMax); + long SetHScrollMax(long lMax); - void SpellError(LanguageType eLang); + void SpellError(LanguageType eLang); bool ExecSpellPopup( const Point& rPt ); void ExecFieldPopup( const Point& rPt, sw::mark::IFieldmark *fieldBM ); void ExecSmartTagPopup( const Point& rPt ); |