diff options
author | th <th@openoffice.org> | 2001-05-11 15:07:05 +0000 |
---|---|---|
committer | th <th@openoffice.org> | 2001-05-11 15:07:05 +0000 |
commit | 3ec25ddcd5bb8bbce98eecc16e5f9e892ce1704e (patch) | |
tree | 4cfb8a7bc0e764aeaef7f52905dafd7ed50d2ee1 /xmloff | |
parent | 2491cdcbcd6ceac3ac2c687debe8a9661b89d4bf (diff) |
rtl-string-changes
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmluconv.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/core/xmluconv.cxx b/xmloff/source/core/xmluconv.cxx index 51860429e718..b5553b9358ac 100644 --- a/xmloff/source/core/xmluconv.cxx +++ b/xmloff/source/core/xmluconv.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmluconv.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: th $ $Date: 2001-05-11 15:46:49 $ + * last change: $Author: th $ $Date: 2001-05-11 15:47:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1320,8 +1320,7 @@ sal_Bool SvXMLUnitConverter::convertDateTime( com::sun::star::util::DateTime& rD sal_Int32 nMin = 0; sal_Int32 nSec = 0; - const sal_Uniocde* pStr; - pStr = aDateStr.getStr(); + const sal_Unicode* pStr = aDateStr.getStr(); sal_Int32 nDateTokens = 1; while ( *pStr ) { |