https://issues.apache.org/ooo/show_bug.cgi?id=120628
--- Comment #4 from bjcheny <[email protected]> --- When we add new Id into enum PropertyIds from PropertyIds.hxx, it's possible to miss addition related string in below function. const rtl::OUString& PropertyNameSupplier::GetName( PropertyIds eId ) const; If the string is lost, then the empty PropertyName may occur, and it's unknown behavior to setPropertyValue. Then as defense code, it's necessary to add such check. -- You are receiving this mail because: You are the assignee for the bug.
