Assume that this code wants to append a number, not a character
The original code in 2638faa2 "writerfilter08ooo330: applied patch for writerfilter08" used OUString::valueOf, which 64b993e0 "finish deprecation of O(U)String::valueOf()" changed to a OUString ctor instead of OUString::number (as that change did for almost all other cases), but without giving a rationale for this particular case. But as nUnique starts out as zero, so in the first round would append a NUL character to "DOCX-Standard", it looks plausible that this code should add a number after all. Change-Id: I47136486e28b946fa334a416d1d2fe20ad616ff0
Showing
Please
register
or
sign in
to comment