summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/inc/drawdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 1235655e88ac..8c491cd428d1 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -449,8 +449,8 @@ public:
SAL_DLLPRIVATE void CheckMasterPages();
SAL_DLLPRIVATE void Merge(SdrModel& rSourceModel,
- sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum=0xFFFF,
- sal_uInt16 nDestPos=0xFFFF,
+ sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum,
+ sal_uInt16 nDestPos,
bool bMergeMasterPages = false, bool bAllMasterPages = false,
bool bUndo = true, bool bTreadSourceAsConst = false) override;