diff options
author | Eike Rathke <er@openoffice.org> | 2002-03-11 14:21:47 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-03-11 14:21:47 +0000 |
commit | 46e290929526141357960834bb315eb1e88b64ef (patch) | |
tree | 3df1cea5d2614c08ffbda0604bc4dcb16030aeac /svtools/source/numbers/zforscan.cxx | |
parent | be8e8745e0e6e739da302cf25260d5addc8a8192 (diff) |
#98048# am/pm in combined date-time is of course not literal string
Diffstat (limited to 'svtools/source/numbers/zforscan.cxx')
-rw-r--r-- | svtools/source/numbers/zforscan.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/source/numbers/zforscan.cxx b/svtools/source/numbers/zforscan.cxx index c390e6badadf..4222558b6ca0 100644 --- a/svtools/source/numbers/zforscan.cxx +++ b/svtools/source/numbers/zforscan.cxx @@ -2,9 +2,9 @@ * * $RCSfile: zforscan.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: er $ $Date: 2002-02-28 19:35:19 $ + * last change: $Author: er $ $Date: 2002-03-11 15:21:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2388,7 +2388,6 @@ xub_StrLen ImpSvNumberformatScan::FinalScan( String& rString, String& rComment ) bTimePart = TRUE; bExp = TRUE; // missbraucht fuer A/P sStrArray[i] = sKeyword[nTypeArray[i]]; // tTtT -> TTTT - nTypeArray[i] = SYMBOLTYPE_STRING; nPos += sStrArray[i].Len(); i++; } |