From 958494b812ad1b890cd88d0f97d20398c7501b67 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm <rt@openoffice.org> Date: Wed, 8 Sep 2004 14:01:53 +0000 Subject: INTEGRATION: CWS ooo20040704 (1.19.48); FILE MERGED 2004/08/09 15:01:02 vg 1.19.48.2: RESYNC MERGED 1.19 1.20 Everything below this line will be added to the revision comment. 2004/07/03 14:39:09 waratah 1.19.48.1: #i30874# Correct uninitiliased warnings --- xmloff/source/text/txtvfldi.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtvfldi.cxx b/xmloff/source/text/txtvfldi.cxx index c252f1c7375d..55f8d2f92192 100644 --- a/xmloff/source/text/txtvfldi.cxx +++ b/xmloff/source/text/txtvfldi.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtvfldi.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2004-07-13 08:42:47 $ + * last change: $Author: rt $ $Date: 2004-09-08 15:01:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -866,6 +866,8 @@ SvXMLImportContext* XMLVariableDeclsImportContext::CreateChildContext( break; default: DBG_ERROR("unknown field type!"); + eElementName = XML_SEQUENCE_DECL; + break; } if( IsXMLToken( rLocalName, eElementName ) ) -- cgit