diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-04 14:07:10 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-05 06:26:05 +0000 |
commit | 50bb5eddaac2b16f387ba610cdcfd934269dc73c (patch) | |
tree | 26f385d94ab4651eb19fb8fbc5b9253743ce6b91 /cui | |
parent | db43ef00c12bc0f7fefd6d028c9a2ed8f771cd47 (diff) |
loplugin:constantparam in editeng
Change-Id: If8342112e0657014266133954269b9396085a27d
Reviewed-on: https://gerrit.libreoffice.org/23807
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/numpages.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx index 45e51f632b0d..83d2228afe0f 100644 --- a/cui/source/tabpages/numpages.cxx +++ b/cui/source/tabpages/numpages.cxx @@ -2496,7 +2496,7 @@ void SvxNumberingPreview::Paint(vcl::RenderContext& rRenderContext, const Rectan nFontHeight = nYStep * 15 / 10; aStdFont.SetFontSize(Size( 0, nFontHeight )); - SvxNodeNum aNum(sal_uInt8(0)); + SvxNodeNum aNum; sal_uInt16 nPreNum = pActNum->GetLevel(0).GetStart(); if (bPosition) |