diff options
-rw-r--r-- | svtools/source/filter/wmf/winwmf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/filter/wmf/winwmf.cxx b/svtools/source/filter/wmf/winwmf.cxx index e2c7421ab47f..2acba1d9dd0b 100644 --- a/svtools/source/filter/wmf/winwmf.cxx +++ b/svtools/source/filter/wmf/winwmf.cxx @@ -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(); |