summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-08 13:46:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-09 10:44:03 +0200
commitb35a4cf023844dbbb3666c730213e9bc679d4a4f (patch)
tree6788333e22b2a73e5116d3b67bea0df3c7093707 /sw/inc
parentea8c12b8cc03ed259389ac267edd459844634767 (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')
-rw-r--r--sw/inc/PostItMgr.hxx2
-rw-r--r--sw/inc/swmodule.hxx4
-rw-r--r--sw/inc/view.hxx10
3 files changed, 8 insertions, 8 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 319a83c1cac2..38f2bbff3ff3 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -293,7 +293,7 @@ class SwPostItMgr: public SfxListener
std::vector< vcl::Window* >* pChildren );
void DrawNotesForPage(OutputDevice *pOutDev, sal_uInt32 nPage);
- void PaintTile(OutputDevice& rRenderContext, const tools::Rectangle& rRect);
+ void PaintTile(OutputDevice& rRenderContext);
};
#endif
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index de72dd4547b6..71cf3c0f499f 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -217,8 +217,8 @@ public:
FieldUnit GetMetric( bool bWeb ) const;
// Pass update-statuses.
- sal_uInt16 GetLinkUpdMode( bool bWeb ) const;
- SwFieldUpdateFlags GetFieldUpdateFlags( bool bWeb ) const;
+ sal_uInt16 GetLinkUpdMode() const;
+ SwFieldUpdateFlags GetFieldUpdateFlags() const;
// Virtual methods for options dialog.
virtual SfxItemSet* CreateItemSet( sal_uInt16 nId ) override;
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 );