summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/shapeexport3.cxx')
-rw-r--r--xmloff/source/draw/shapeexport3.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/draw/shapeexport3.cxx b/xmloff/source/draw/shapeexport3.cxx
index 86ebfcfdda4a..021a569c0b57 100644
--- a/xmloff/source/draw/shapeexport3.cxx
+++ b/xmloff/source/draw/shapeexport3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shapeexport3.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-02-02 11:14:37 $
+ * last change: $Author: cl $ $Date: 2001-02-07 16:26:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,8 @@ void XMLShapeExport::ImpExport3DSceneShape( const uno::Reference< drawing::XShap
// write 3DScene shape
SvXMLElementExport aOBJ( rExport, XML_NAMESPACE_DR3D, sXML_scene, sal_True, sal_True);
+ ImpExportEvents( xShape );
+
uno::Reference< beans::XPropertySet > xPropSet( xShape, uno::UNO_QUERY );
if( xPropSet.is() )
{