Kaydet (Commit) 8f14c896 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

bool improvements

Change-Id: Idaa24320585f3d2e3ca50c82b1a34fc2c523e56e
üst cc289383
......@@ -1422,7 +1422,7 @@ void SvxNumOptionsTabPage::InitControls()
bSamePrefix = aNumFmtArr[i]->GetPrefix() == aNumFmtArr[nLvl]->GetPrefix();
bSameSuffix = aNumFmtArr[i]->GetSuffix() == aNumFmtArr[nLvl]->GetSuffix();
bAllLevel &= aNumFmtArr[i]->GetIncludeUpperLevels() == aNumFmtArr[nLvl]->GetIncludeUpperLevels();
bSameCharFmt &= (sal_Bool) (sFirstCharFmt == aNumFmtArr[i]->GetCharFmtName());
bSameCharFmt &= sFirstCharFmt == aNumFmtArr[i]->GetCharFmtName();
bSameVOrient &= eFirstOrient == aNumFmtArr[i]->GetVertOrient();
if(bShowBitmap && bSameSize)
bSameSize &= aNumFmtArr[i]->GetGraphicSize() == aFirstSize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment