diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:01:53 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 14:01:53 +0000 |
commit | 958494b812ad1b890cd88d0f97d20398c7501b67 (patch) | |
tree | e7e79926cf4ffc84368f413c34fe411fa36268a5 /xmloff | |
parent | abd6526fcad2f9b1efe8c27e4d1c5465cac1f38a (diff) |
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/txtvfldi.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
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 ) ) |