Kaydet (Commit) 1b6d27d0 authored tarafından Luboš Luňák's avatar Luboš Luňák

sal log area ".doc" -> "sw.ww8", to be consistent with the style

üst 91e9cdd3
...@@ -923,7 +923,7 @@ void WW8SprmIter::UpdateMyMembers() ...@@ -923,7 +923,7 @@ void WW8SprmIter::UpdateMyMembers()
nAktSize = mrSprmParser.GetSprmSize(nAktId, pSprms); nAktSize = mrSprmParser.GetSprmSize(nAktId, pSprms);
pAktParams = pSprms + mrSprmParser.DistanceToData(nAktId); pAktParams = pSprms + mrSprmParser.DistanceToData(nAktId);
bValid = nAktSize <= nRemLen; 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) if (!bValid)
...@@ -7388,7 +7388,7 @@ sal_uInt8* wwSprmParser::findSprmData(sal_uInt16 nId, sal_uInt8* pSprms, ...@@ -7388,7 +7388,7 @@ sal_uInt8* wwSprmParser::findSprmData(sal_uInt16 nId, sal_uInt8* pSprms,
bool bValid = nSize <= nLen; 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 if (nAktId == nId && bValid) // Sprm found
return pSprms + DistanceToData(nId); return pSprms + DistanceToData(nId);
......
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