diff options
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index aadaa68e6593..2c03ff8ba9bc 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -923,7 +923,7 @@ void WW8SprmIter::UpdateMyMembers() nAktSize = mrSprmParser.GetSprmSize(nAktId, pSprms); pAktParams = pSprms + mrSprmParser.DistanceToData(nAktId); bValid = nAktSize <= nRemLen; - SAL_WARN_IF(!bValid, ".doc", "sprm longer than remaining bytes, doc or parser is wrong"); + SAL_WARN_IF(!bValid, "sw.ww8", "sprm longer than remaining bytes, doc or parser is wrong"); } if (!bValid) @@ -7388,7 +7388,7 @@ sal_uInt8* wwSprmParser::findSprmData(sal_uInt16 nId, sal_uInt8* pSprms, bool bValid = nSize <= nLen; - SAL_WARN_IF(!bValid, ".doc", "sprm longer than remaining bytes, doc or parser is wrong"); + SAL_WARN_IF(!bValid, "sw.ww8", "sprm longer than remaining bytes, doc or parser is wrong"); if (nAktId == nId && bValid) // Sprm found return pSprms + DistanceToData(nId); |