summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastp4.cxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2000-09-22 12:42:53 +0000
committerSascha Ballach <sab@openoffice.org>2000-09-22 12:42:53 +0000
commitb2d1385548833b8089545cee06f5c76422b4854a (patch)
tree8516fce9f472d037413fcc179449d59af3e15497 /xmloff/source/style/impastp4.cxx
parent10b009afad145be82d05813579cca3ddec495083 (diff)
in exportXML(): call ExportStyleContent added
Diffstat (limited to 'xmloff/source/style/impastp4.cxx')
-rw-r--r--xmloff/source/style/impastp4.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/style/impastp4.cxx b/xmloff/source/style/impastp4.cxx
index ba345daf302c..9fb82c5125a6 100644
--- a/xmloff/source/style/impastp4.cxx
+++ b/xmloff/source/style/impastp4.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impastp4.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:05 $
+ * last change: $Author: sab $ $Date: 2000-09-22 13:42:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -344,6 +344,10 @@ void SvXMLAutoStylePoolP_Impl::exportXML(
rPropExp.exportXML( rHandler, aExpStyles[i].mpProperties->GetProperties(), rUnitConverter,
rNamespaceMap, XML_EXPORT_FLAG_IGN_WS );
+ pAntiImpl->exportStyleContent( rHandler, nFamily,
+ aExpStyles[i].mpProperties->GetProperties(),
+ rUnitConverter, rNamespaceMap );
+
rHandler->ignorableWhitespace( msWS );
rHandler->endElement( sName );
}