https://bugs.documentfoundation.org/show_bug.cgi?id=144563
--- Comment #20 from Troy Rollo <[email protected]> --- It also seems to me that the method SvxNumberFormat::SetListFormat(const OUString& rPrefix, const OUString& rSuffix, int nLevel) in editeng/source/items/numitem.cxx should be returning after setting the sPrefix and sSuffix members (which suggests also removing the third parameter). Going on to generate the sListFormat member means that the HasListFormat method is always going to return true, so that the test for rMyNFormat.HasListFormat() in sw/source/core/doc/number.cxx always returns true, meaning that the second half of that condition is never executed. It effectively breaks ODF documents in favour of (broken) Word document compatibility (especially given that the sListFormat code is incomplete, having never been exposed in the user interface so as to allow the user to view/modify what has been done internally). -- You are receiving this mail because: You are the assignee for the bug.
