summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:26:35 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-12-19 16:26:35 +0000
commitee1e020b216a74dab6adc43298fbff224513e7b2 (patch)
tree162cafaab058c88a8f9333676d149689cfae5377 /xmloff/source
parent96518ac6221046e3c4c5f08cca7dd1fe3532c2fc (diff)
INTEGRATION: CWS aw038 (1.15.4); FILE MERGED
2006/12/07 17:23:58 cl 1.15.4.1: #i68101# use elements for title and description, not attributes
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/shapeexport4.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport4.cxx b/xmloff/source/draw/shapeexport4.cxx
index f534bcd1719c..4322a78261fb 100644
--- a/xmloff/source/draw/shapeexport4.cxx
+++ b/xmloff/source/draw/shapeexport4.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shapeexport4.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2006-11-21 17:34:06 $
+ * last change: $Author: ihi $ $Date: 2006-12-19 17:26:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1154,6 +1154,7 @@ void XMLShapeExport::ImpExportCustomShape(
}
sal_Bool bCreateNewline( (nFeatures & SEF_EXPORT_NO_WS) == 0 ); // #86116#/#92210#
SvXMLElementExport aOBJ( mrExport, XML_NAMESPACE_DRAW, XML_CUSTOM_SHAPE, bCreateNewline, sal_True );
+ ImpExportDescription( xShape ); // #i68101#
ImpExportEvents( xShape );
ImpExportGluePoints( xShape );
ImpExportText( xShape );