diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:22:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:22:05 +0000 |
commit | 5268f66fbf50455b8bd27799ec8231282a00a3b8 (patch) | |
tree | 992f8ba3fe6def2fcd7a35ec5be1de57f9d0f43c /xmloff/source/draw/shapeexport2.cxx | |
parent | 38b0b297ae4a739f2e4ce689ceabbc6a770e7a87 (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.cxx | 7 |
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 ); |