summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 11:43:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 11:43:40 +0200
commitbc437f3ba93885a50fef1997eea9f213c0295c16 (patch)
treec908a34126e05a70c91af426089239a408cec335 /sd
parentloplugin:defaultparams (diff)
downloadcore-bc437f3ba93885a50fef1997eea9f213c0295c16.tar.gz
core-bc437f3ba93885a50fef1997eea9f213c0295c16.zip
loplugin:defaultparams
Change-Id: Ia27922e630373d0520f25d259bb06aa25407089c
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/viewshel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 7613505fc24e..b00aaf9c4192 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -919,7 +919,7 @@ const SfxPoolItem* ViewShell::GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16&
if(bTitle && aNewAttr.GetItemState(EE_PARA_NUMBULLET,true) == SfxItemState::SET )
{
- const SvxNumBulletItem* pBulletItem = static_cast<const SvxNumBulletItem*>(aNewAttr.GetItem(EE_PARA_NUMBULLET,true));
+ const SvxNumBulletItem* pBulletItem = static_cast<const SvxNumBulletItem*>(aNewAttr.GetItem(EE_PARA_NUMBULLET));
SvxNumRule* pRule = pBulletItem->GetNumRule();
if(pRule)
{