https://bugs.documentfoundation.org/show_bug.cgi?id=150197
--- Comment #2 from Justin L <[email protected]> --- if we KNOW that this will just be a simple entry, we could just add something like else sNumStr = rFormat.GetPrefix() + (SVX_NUM_NUMBER_NONE != rFormat.GetNumberingType() ? rtl::OUStringChar(static_cast<char>(nLvl)) : "") + rFormat.GetSuffix(); Otherwise, I assume we just bring back the old behaviour. -- You are receiving this mail because: You are the assignee for the bug.
