summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-22 15:35:55 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-22 15:35:55 +0000
commitf5f07f35b710c5333f8bc4bfb6bf00438541e9e1 (patch)
tree388cc3347aa8f06effdac16b49ead9cb0d7ff526 /xmloff
parent677f977e9465cc365d5e3db30df9363e70a8c655 (diff)
#88647# space handling with frames now matches export
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 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;