diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-27 15:40:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 07:26:58 +0100 |
commit | 7c548bf66af69a308ab891bc396cc192c9bf30c9 (patch) | |
tree | 54eb22aca557f4fb088ee040ce76ea44b095ce95 /include/svx/svditer.hxx | |
parent | 8f88161bbd043208480ef01278ceaae38599725a (diff) |
loplugin:countusersofdefaultparams in svx
Change-Id: I2c9ea6c38b75dcafeb36931b6c2e94489819144f
Reviewed-on: https://gerrit.libreoffice.org/45336
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svditer.hxx')
-rw-r--r-- | include/svx/svditer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svditer.hxx b/include/svx/svditer.hxx index f4d935989ead..6f87776401ce 100644 --- a/include/svx/svditer.hxx +++ b/include/svx/svditer.hxx @@ -54,7 +54,7 @@ public: Otherwise the navigation position as returned by SdrObject::GetNavigationPosition() is used. */ - SdrObjListIter(const SdrObjList& rObjList, bool bUseZOrder, SdrIterMode eMode = SdrIterMode::DeepNoGroups); + SdrObjListIter(const SdrObjList& rObjList, bool bUseZOrder, SdrIterMode eMode); /* SJ: the following function can now be used with every SdrObject and is no longer limited to group objects */ |