Kaydet (Commit) 90bde1cb authored tarafından Caolán McNamara's avatar Caolán McNamara

that->than in comment typo

Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c
üst 109209c4
......@@ -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();
......
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