summaryrefslogtreecommitdiff
path: root/include/svx/ruler.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-01 12:44:03 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-02 07:32:17 +0000
commit175c49baef5d8dd3f7a28fec5a3dce956303dc42 (patch)
treec354cdcdd75bee54a9fbf6895fe9f801a107c27f /include/svx/ruler.hxx
parenta8a7b7114d96b2013b00e9bc0ced81aad5495457 (diff)
loplugin:countusersofdefaultparams
Change-Id: I2ed581e58523ac8b52aa520f7a02f69f408665fe Reviewed-on: https://gerrit.libreoffice.org/28587 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/ruler.hxx')
-rw-r--r--include/svx/ruler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/ruler.hxx b/include/svx/ruler.hxx
index ca444886856d..5cdec682f0a5 100644
--- a/include/svx/ruler.hxx
+++ b/include/svx/ruler.hxx
@@ -127,7 +127,7 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
void StartListening_Impl();
long GetCorrectedDragPos(bool bLeft = true, bool bRight = true );
- void DrawLine_Impl(long &lTabPos, int, bool Horizontal = true);
+ void DrawLine_Impl(long &lTabPos, int, bool Horizontal);
sal_uInt16 GetObjectBordersOff(sal_uInt16 nIdx) const;
// page borders or surrounding frame
@@ -224,7 +224,7 @@ class SVX_DLLPUBLIC SvxRuler: public Ruler, public SfxListener
MoveLeft,
MoveRight
};
- void UpdateParaContents_Impl(long lDiff, UpdateType = UpdateType::MoveAll);
+ void UpdateParaContents_Impl(long lDiff, UpdateType);
protected:
virtual void Command( const CommandEvent& rCEvt ) override;
@@ -267,7 +267,7 @@ public:
void SetDefTabDist(long);
// set/get NullOffset in logic units
- void SetNullOffsetLogic(long lOff = 0);
+ void SetNullOffsetLogic(long lOff);
void SetActive(bool bOn = true);
@@ -277,7 +277,7 @@ public:
}
//#i24363# tab stops relative to indent
- void SetTabsRelativeToIndent( bool bRel = true );
+ void SetTabsRelativeToIndent( bool bRel );
};
#endif