Kaydet (Commit) 1de20e76 authored tarafından Eike Rathke's avatar Eike Rathke

unset mnCount in ScXMLCellFieldSContext::CreateChildContext()

For the syntactically invalid (because <text:s> does not have child
elements and thus unlikely) case that there would be a child element
nevertheless, so we wouldn't import the sequence of spaces multiple
times.

Change-Id: I2b2288aee21f200c9fd2ba961974ef4de074f57e
üst be10607d
......@@ -402,6 +402,7 @@ SvXMLImportContext* ScXMLCellFieldSContext::CreateChildContext(
if (mnCount)
{
PushSpaces();
mnCount = 0;
}
return new SvXMLImportContext(GetImport(), nPrefix, rLocalName);
......
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