summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-31 16:37:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-01 09:05:46 +0000
commitb8ee524330d924456931ad602eb4701b55a2aa85 (patch)
treed5bcc6cfeed82d8aecf75efb256916eed2271304 /sd
parent26c149617c54e29902a77d2f95ca7c64af13b52f (diff)
loplugin:countusersofdefaultparams
Change-Id: Ifc9cdbda77048791203e89350c2efa9a6c34c4a5 Reviewed-on: https://gerrit.libreoffice.org/28555 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/drawdoc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 8a67ab894ec7..e2fae510966c 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -449,7 +449,7 @@ public:
SAL_DLLPRIVATE void CheckMasterPages();
SAL_DLLPRIVATE void Merge(SdrModel& rSourceModel,
- sal_uInt16 nFirstPageNum=0, sal_uInt16 nLastPageNum=0xFFFF,
+ sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum=0xFFFF,
sal_uInt16 nDestPos=0xFFFF,
bool bMergeMasterPages = false, bool bAllMasterPages = false,
bool bUndo = true, bool bTreadSourceAsConst = false) override;