From 90bde1cbe25a15a3199eb7c931002b3366c2e653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 15 Aug 2012 13:36:53 +0100 Subject: [PATCH] that->than in comment typo Change-Id: I3c0e8ce9b2aabe0bd27d5d6d15cd7cb53f72c31c --- svtools/source/filter/wmf/winwmf.cxx | 4 ++-- 1 file 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();