2006/03/02 13:28:53 od 1.108.6.2: RESYNC: (1.108-1.109); FILE MERGED
2006/03/02 12:34:10 od 1.108.6.1: #b6382898# <SdXMLShapeContext::AddShape( const char* )
- The Writer model (XTextDocument) no longer support service
com.sun.star.drawing.OLE2Shape since fix for issue i33294.
To handle Draw OLE objects in Writer documents it has been
decided to import these as OLE object convert them after
the import into graphic objects.
Thus, if service com.sun.star.drawing.OLE2Shape is requested
for a Writer document, use temporary service name
com.sun.star.drawing.temporaryForXMLImportOLE2Shape to
retrieve such a service from the Writer model.
The conversion into graphic objects is performed after the
intrinsic XML import.