diff options
author | Malte Timmermann <mt@openoffice.org> | 2002-07-19 07:58:32 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2002-07-19 07:58:32 +0000 |
commit | 80b8a6bf05e942bc15e37d333113c15b6bc6c3f2 (patch) | |
tree | 99e4b4ac0c00516d785a959f9726e90b4c43fa4c /svx/source/items/flditem.cxx | |
parent | a72ca14195a0e606bd29a193acb8db15f0d301b2 (diff) |
#101493# Init text encoding for old documents
Diffstat (limited to 'svx/source/items/flditem.cxx')
-rw-r--r-- | svx/source/items/flditem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/items/flditem.cxx b/svx/source/items/flditem.cxx index 7e39e25b38ae..282c19af704e 100644 --- a/svx/source/items/flditem.cxx +++ b/svx/source/items/flditem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: flditem.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: thb $ $Date: 2001-11-16 13:51:19 $ + * last change: $Author: mt $ $Date: 2002-07-19 08:58:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -509,7 +509,7 @@ void SvxURLField::Load( SvPersistStream & rStm ) // read to a temp string first, read text encoding and // convert later to stay compatible to fileformat ByteString aTempString; - rtl_TextEncoding aTempEncoding; + rtl_TextEncoding aTempEncoding = RTL_TEXTENCODING_MS_1252; // #101493# Init for old documents rStm.ReadByteString(aTempString); rStm >> nFrameMarker; |