summaryrefslogtreecommitdiff
path: root/xmloff/source/style/HatchStyle.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-24 17:48:25 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-24 17:48:25 +0000
commit4b611b6b068015235183549c0ec6c476ab56252c (patch)
treedc12202e9a4ec1edee45c67e33b404c41472b2f9 /xmloff/source/style/HatchStyle.cxx
parent1e6d829f9e93ad197bf8f4c395e3d3b878bad5f7 (diff)
#81389# added some white spaces for clearer documents
Diffstat (limited to 'xmloff/source/style/HatchStyle.cxx')
-rw-r--r--xmloff/source/style/HatchStyle.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx
index f3b9440f9a24..85b901f9ef02 100644
--- a/xmloff/source/style/HatchStyle.cxx
+++ b/xmloff/source/style/HatchStyle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: HatchStyle.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:04 $
+ * last change: $Author: cl $ $Date: 2001-01-24 18:48:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -208,9 +208,12 @@ sal_Bool XMLHatchStyle::ImpExportXML( const ::com::sun::star::uno::Reference< ::
AddAttribute( XML_NAMESPACE_DRAW, sXML_rotation, aStrValue );
// Do Write
+ OUString sWS( RTL_CONSTASCII_USTRINGPARAM( sXML_WS ) );
+ rHandler->ignorableWhitespace( sWS );
rHandler->startElement( rNamespaceMap.GetQNameByKey( XML_NAMESPACE_DRAW, ::rtl::OUString::createFromAscii(sXML_hatch) ),
xAttrList );
rHandler->endElement( ::rtl::OUString::createFromAscii( sXML_gradient ) );
+ rHandler->ignorableWhitespace( sWS );
}
}