[PATCH] resolved fdo#54336 accept abbreviated combined date/time inp...
Eike Rathke (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Dec 19 18:25:37 PST 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1450
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/1450/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.
Change-Id: I3b123b872fbab9dab58afe3b6754b8ad70a61356
---
M svl/source/numbers/zforfind.cxx
M svl/source/numbers/zforfind.hxx
2 files changed, 72 insertions(+), 5 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/1450
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b123b872fbab9dab58afe3b6754b8ad70a61356
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Eike Rathke <erack at redhat.com>
More information about the LibreOffice
mailing list