Comment 63 for bug 157249

Revision history for this message
In , Michael Meeks (michael-meeks) wrote :

patch is:

diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx
index c62bce3..5c89944 100644
--- a/sw/source/filter/xml/xmltexte.cxx
+++ b/sw/source/filter/xml/xmltexte.cxx
@@ -221,7 +221,9 @@ void SwXMLTextParagraphExport::setTextEmbeddedGraphicURL(
     {
         String aNewURL( RTL_CONSTASCII_USTRINGPARAM("vnd.sun.star.Package:") );
         aNewURL += String(rURL);
- pGrfNd->SetNewStreamName( aNewURL );
+
+// This is nonsensical.
+// pGrfNd->SetNewStreamName( aNewURL );

         // #i15411# save-as will swap all graphics in; we need to swap
         // them out again, to prevent excessive memory use