https://bugs.documentfoundation.org/show_bug.cgi?id=170392
Andreas Heinisch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Andreas Heinisch <[email protected]> --- So the settings: namespace com { namespace sun { namespace star { namespace text { namespace FilenameDisplayFormat { static const ::sal_Int16 FULL = (sal_Int16)0; static const ::sal_Int16 NAME = (sal_Int16)2; static const ::sal_Int16 NAME_AND_EXT = (sal_Int16)3; static const ::sal_Int16 PATH = (sal_Int16)1; } } } } } AND enum class SwFileNameFormat { // most of the constants are a regular enum Name, PathName, Path, NameNoExt, UIName, UIRange, End, // marker value, used for asserts // except for this, which is a flag Fixed = 0x8000 }; contradict each other. @Mike Can we safely adjust the order of the SwFileNameFormat enum class to match the actual constant or is it better to remove the mapping in SwFileNameField::QueryValue and SwFileNameField::PutValue? -- You are receiving this mail because: You are the assignee for the bug.
