summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/shapeexport2.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-19 11:22:05 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-19 11:22:05 +0000
commit5268f66fbf50455b8bd27799ec8231282a00a3b8 (patch)
tree992f8ba3fe6def2fcd7a35ec5be1de57f9d0f43c /xmloff/source/draw/shapeexport2.cxx
parent38b0b297ae4a739f2e4ce689ceabbc6a770e7a87 (diff)
INTEGRATION: CWS cov2src (1.48.30); FILE MERGED
2005/10/19 09:32:18 rt 1.48.30.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'xmloff/source/draw/shapeexport2.cxx')
-rw-r--r--xmloff/source/draw/shapeexport2.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/shapeexport2.cxx b/xmloff/source/draw/shapeexport2.cxx
index 44e48c89db0a..4ae8773b97c6 100644
--- a/xmloff/source/draw/shapeexport2.cxx
+++ b/xmloff/source/draw/shapeexport2.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shapeexport2.cxx,v $
*
- * $Revision: 1.48 $
+ * $Revision: 1.49 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:51:36 $
+ * last change: $Author: rt $ $Date: 2005-10-19 12:22:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1170,7 +1170,8 @@ void XMLShapeExport::ImpExportGraphicObjectShape(
// optional office:binary-data
rExport.AddEmbeddedGraphicObjectAsBase64( sImageURL );
}
- ImpExportText( xShape );
+ if( !bIsEmptyPresObj )
+ ImpExportText( xShape );
}
ImpExportEvents( xShape );