summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-18 14:34:31 +0200
committerNoel Grandin <noel@peralex.com>2016-08-19 08:15:49 +0200
commita6a2b2826dbf248821147212a2ee9ecdcadd301f (patch)
tree25bd59c84e27aba2e947fd3df22409f10e106568 /sw/source/core/inc/txtfrm.hxx
parentf97bc791b0879af3fd1bc2d1f7753ce5ffa6ac5e (diff)
loplugin:countusersofdefaultparams in sw
Change-Id: I668bfe93d77b06385544651583bcf71f6b5df2fc
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 8ba3bca167bf..bee4c8efb45f 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -96,7 +96,7 @@ class SwTextFrame: public SwContentFrame
// Evaluates the Preps in Format()
bool CalcPreps();
- void PrepWidows( const sal_uInt16 nNeed, bool bNotify = true );
+ void PrepWidows( const sal_uInt16 nNeed, bool bNotify );
void InvalidateRange_( const SwCharRange &, const long = 0);
inline void InvalidateRange( const SwCharRange &, const long = 0);
@@ -292,9 +292,9 @@ public:
virtual bool LeftMargin(SwPaM *) const override;
virtual bool RightMargin(SwPaM *, bool bAPI = false) const override;
- virtual bool UnitUp(SwPaM *, const SwTwips nOffset = 0,
+ virtual bool UnitUp(SwPaM *, const SwTwips nOffset,
bool bSetInReadOnly = false ) const override;
- virtual bool UnitDown(SwPaM *, const SwTwips nOffset = 0,
+ virtual bool UnitDown(SwPaM *, const SwTwips nOffset,
bool bSetInReadOnly = false ) const override;
bool UnitUp_(SwPaM *, const SwTwips nOffset = 0,
bool bSetInReadOnly = false ) const;
@@ -420,7 +420,7 @@ public:
void HideAndShowObjects();
/// Footnote
- void RemoveFootnote( const sal_Int32 nStart = 0,
+ void RemoveFootnote( const sal_Int32 nStart,
const sal_Int32 nLen = COMPLETE_STRING );
inline SwTwips GetFootnoteFrameHeight() const;
SwTextFrame *FindFootnoteRef( const SwTextFootnote *pFootnote );