summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:01:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:01:40 +0000
commitd4f2fe8ba5eff51cffeba8c526a46b29e6c56e6b (patch)
treec413a932dd1f7364e75e5f215ee4547b9c166db3 /xmloff
parente88a79f6e45f36a1dd2441b69c8052dc8ae9986f (diff)
INTEGRATION: CWS ooo20040704 (1.38.198); FILE MERGED
2004/08/09 15:00:48 vg 1.38.198.3: RESYNC MERGED 1.40 1.42 Everything below this line will be added to the revision comment. 2004/07/20 07:22:01 svesik 1.38.198.2: RESYNC: (1.38-1.40); FILE MERGED 2004/07/03 14:37:37 waratah 1.38.198.1: #i30874# Correct uninitiliased warnings
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtparai.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx
index 5c71afb50d..e1ec770ab5 100644
--- a/xmloff/source/text/txtparai.cxx
+++ b/xmloff/source/text/txtparai.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtparai.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: rt $ $Date: 2004-07-14 12:14:39 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:01:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -746,6 +746,8 @@ SvXMLImportContext *XMLImpRubyContext_Impl::CreateChildContext(
rLocalName,
xAttrList,
pHint );
+ else
+ pContext = 0; // TODO What value should this be?
}
else
pContext = SvXMLImportContext::CreateChildContext( nPrefix, rLocalName,