[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Mon Oct 19 02:38:14 PDT 2015
sd/source/ui/func/fuolbull.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 47d3575b86558f018f7279af473c758d60904ffe
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 19 11:37:49 2015 +0200
loplugin:defaultparams
Change-Id: I8182e45dedfa70b41166b1d5fe5e152ae4b8c8ff
diff --git a/sd/source/ui/func/fuolbull.cxx b/sd/source/ui/func/fuolbull.cxx
index 994ebc7..d1fe66d 100644
--- a/sd/source/ui/func/fuolbull.cxx
+++ b/sd/source/ui/func/fuolbull.cxx
@@ -349,7 +349,7 @@ const SfxPoolItem* FuOutlineBullet::GetNumBulletItem(SfxItemSet& aNewAttr, sal_u
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* pLclRule = pBulletItem->GetNumRule();
if(pLclRule)
{
More information about the Libreoffice-commits
mailing list