Hi, I have submitted a patch for review:
https://gerrit.libreoffice.org/1423 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/1423/1 resolved fdo#54336 accept abbreviated combined date/time input Abbreviated combined date/time input was not accepted if the date acceptance pattern ended in a separator, like "D.M." with input "D.M. hh:mm". Additionally check that for "D.M. #" input against a "D.M." pattern the '#' (any number) is not interpreted as year if the input so far was recognized to possibly match a date without time, in which case the count of numbers in input must match the count of numbers in pattern and input here is not a date. (cherry picked from commit f2851a270eb9c617fce9bfdde5c8f2428ced7014) Conflicts: svl/source/numbers/zforfind.cxx Change-Id: I7f1f9c8477e35241ee747bf92b9d8832b2de16fe --- M svl/source/numbers/zforfind.cxx M svl/source/numbers/zforfind.hxx 2 files changed, 72 insertions(+), 4 deletions(-) -- To view, visit https://gerrit.libreoffice.org/1423 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7f1f9c8477e35241ee747bf92b9d8832b2de16fe Gerrit-PatchSet: 1 Gerrit-Project: core Gerrit-Branch: libreoffice-3-6 Gerrit-Owner: Eike Rathke <er...@redhat.com> _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice