https://bugs.freedesktop.org/show_bug.cgi?id=83656
--- Comment #3 from Alex Thurgood <[email protected]> --- The only thing I can see in those changes is this : diff --git a/dbaccess/source/ui/dlg/admincontrols.src b/dbaccess/source/ui/dlg/admincontrols.src deleted file mode 100644 index b933d72..0000000 - NumericField NF_COMMON_PORT - { - Pos = MAP_APPFONT ( COLUMN_WIDTH_1, OPTION_GROUP_START + LINE_HEIGHT ); - Size = MAP_APPFONT ( 25, EDIT_HEIGHT ); - Border = TRUE; - NoThousandSep = TRUE; - Value = 3306; - }; NF_COMMON_PORT was defined as not having a thousands separator. As this was removed, perhaps that caused the change in port number display behaviour, but surely that is only cosmetic, i.e. in the way the port number is displayed, and one would hope that it doesn't now get parsed with a thousand separator ? I'm not skilled enough in reading the code to know how that is supposed to work. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
