that->than in comment typo

Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c
This commit is contained in:
Caolán McNamara 2012-08-15 13:36:53 +01:00
parent 109209c4f1
commit 90bde1cbe2

View file

@ -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();