that->than in comment typo
Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c
This commit is contained in:
parent
109209c4f1
commit
90bde1cbe2
1 changed files with 2 additions and 2 deletions
|
@ -377,7 +377,7 @@ void WMFReader::ReadRecordParams( sal_uInt16 nFunc )
|
|||
nPoints += pnPoints[i];
|
||||
}
|
||||
|
||||
SAL_WARN_IF(!bRecordOk, "svtools", "polypolygon record has more polygons that we can handle");
|
||||
SAL_WARN_IF(!bRecordOk, "svtools", "polypolygon record has more polygons than we can handle");
|
||||
|
||||
bRecordOk &= pWMF->good();
|
||||
|
||||
|
@ -1372,7 +1372,7 @@ sal_Bool WMFReader::GetPlaceableBound( Rectangle& rPlaceableBound, SvStream* pSt
|
|||
nPoints += nP;
|
||||
}
|
||||
|
||||
SAL_WARN_IF(!bRecordOk, "svtools", "polypolygon record has more polygons that we can handle");
|
||||
SAL_WARN_IF(!bRecordOk, "svtools", "polypolygon record has more polygons than we can handle");
|
||||
|
||||
bRecordOk &= pStm->good();
|
||||
|
||||
|
|
Loading…
Reference in a new issue