summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-15 13:36:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-16 06:32:00 +0000
commit3c73942c8c4b97ee9ede65890e1b1db3cac753c5 (patch)
tree1d7187f7c02211f5cc1658022aed0437885d7bdf /include/svx/svdundo.hxx
parent121a202076f0ada98e5e3697e4e15a48b477523e (diff)
loplugin:countusersofdefaultparams in include/svx..unotools
Change-Id: I02e933da66241e99e3b81d90d679f1502bab3fef Reviewed-on: https://gerrit.libreoffice.org/30866 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r--include/svx/svdundo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index 4773a39fb2c3..1949e5d6a767 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -248,7 +248,7 @@ protected:
sal_uInt32 nOrdNum;
protected:
- SdrUndoObjList(SdrObject& rNewObj, bool bOrdNumDirect = false);
+ SdrUndoObjList(SdrObject& rNewObj, bool bOrdNumDirect);
virtual ~SdrUndoObjList() override;
bool IsOwner() { return bOwner; }
@@ -345,7 +345,7 @@ protected:
SdrObject* pNewObj;
public:
- SdrUndoReplaceObj(SdrObject& rOldObj1, SdrObject& rNewObj1, bool bOrdNumDirect = false);
+ SdrUndoReplaceObj(SdrObject& rOldObj1, SdrObject& rNewObj1, bool bOrdNumDirect);
virtual ~SdrUndoReplaceObj() override;
virtual void Undo() override;
@@ -366,7 +366,7 @@ public:
class SdrUndoCopyObj : public SdrUndoNewObj
{
public:
- SdrUndoCopyObj(SdrObject& rNewObj, bool bOrdNumDirect = false)
+ SdrUndoCopyObj(SdrObject& rNewObj, bool bOrdNumDirect)
: SdrUndoNewObj(rNewObj,bOrdNumDirect) {}
virtual OUString GetComment() const override;