cid#1371331 Misused comma operator
Change-Id: I729c90f7873a7735eb59805e336f4dd337dea69b
This commit is contained in:
@@ -255,7 +255,7 @@ BulletsTypeMgr::BulletsTypeMgr(const BulletsTypeMgr& aTypeMgr):
|
||||
{
|
||||
for (sal_uInt16 i=0; i < DEFAULT_BULLET_TYPES; ++i)
|
||||
{
|
||||
const BulletsSettings_Impl* pSrcBullet = aTypeMgr.pActualBullets[i];
|
||||
const BulletsSettings_Impl* pSrcBullet = BulletsTypeMgr::pActualBullets[i];
|
||||
BulletsSettings_Impl* pTargetBullet = pActualBullets[i];
|
||||
pTargetBullet->bIsCustomized = pSrcBullet->bIsCustomized;
|
||||
pTargetBullet->cBulletChar = pSrcBullet->cBulletChar;
|
||||
|
Reference in New Issue
Block a user