summaryrefslogtreecommitdiff
path: root/svx/source/items
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-11-16 12:51:19 +0000
committerThorsten Behrens <thb@openoffice.org>2001-11-16 12:51:19 +0000
commit68b9e14d3150b56b3e5aaa130529fff448e6882b (patch)
tree9c1a310c63322601f8d2ae2667f6a4b15088b354 /svx/source/items
parentee5144c6a92ede810ed25742057087e13fb49448 (diff)
#93498# Corrected format string to match english locale
Diffstat (limited to 'svx/source/items')
-rw-r--r--svx/source/items/flditem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/flditem.cxx b/svx/source/items/flditem.cxx
index fe15b588ab63..7e39e25b38ae 100644
--- a/svx/source/items/flditem.cxx
+++ b/svx/source/items/flditem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: flditem.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: thb $ $Date: 2001-09-20 07:48:16 $
+ * last change: $Author: thb $ $Date: 2001-11-16 13:51:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -770,7 +770,7 @@ String SvxExtTimeField::GetFormatted( SvNumberFormatter& rFormatter, LanguageTyp
break;
case SVXTIMEFORMAT_12_HMSH:
{ // no builtin format available, try to insert or reuse
- String aFormatCode( RTL_CONSTASCII_USTRINGPARAM( "HH:MM:SS,00 AM/PM" ) );
+ String aFormatCode( RTL_CONSTASCII_USTRINGPARAM( "HH:MM:SS.00 AM/PM" ) );
xub_StrLen nCheckPos;
short nType;
BOOL bInserted = rFormatter.PutandConvertEntry( aFormatCode,