From f5f07f35b710c5333f8bc4bfb6bf00438541e9e1 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Fri, 22 Jun 2001 15:35:55 +0000 Subject: #88647# space handling with frames now matches export --- xmloff/source/text/txtparai.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index 99b4648a8a9f..48ba341f4809 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtparai.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: mib $ $Date: 2001-06-19 07:10:30 $ + * last change: $Author: dvo $ $Date: 2001-06-22 16:35:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1805,6 +1805,8 @@ SvXMLImportContext *XMLImpSpanContext_Impl::CreateChildContext( pContext = rImport.GetShapeImport()->CreateGroupChildContext( rImport, nPrefix, rLocalName, xAttrList, xShapes ); } + + rIgnoreLeadingSpace = sal_False; } return pContext; -- cgit