View | Details | Raw Unified | Return to bug 49765
Collapse All | Expand All

(-)src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java (-1 / +1 lines)
Lines 648-654 Link Here
648
            // (We need full control of what goes where and as what)
648
            // (We need full control of what goes where and as what)
649
            String xml = 
649
            String xml = 
650
                "<a:graphic xmlns:a=\"" + CTGraphicalObject.type.getName().getNamespaceURI() + "\">" +
650
                "<a:graphic xmlns:a=\"" + CTGraphicalObject.type.getName().getNamespaceURI() + "\">" +
651
                "<a:graphicData uri=\"" + CTGraphicalObject.type.getName().getNamespaceURI() + "\">" +
651
                "<a:graphicData uri=\"" + CTPicture.type.getName().getNamespaceURI() + "\">" +
652
                "<pic:pic xmlns:pic=\"" + CTPicture.type.getName().getNamespaceURI() + "\" />" +
652
                "<pic:pic xmlns:pic=\"" + CTPicture.type.getName().getNamespaceURI() + "\" />" +
653
                "</a:graphicData>" +
653
                "</a:graphicData>" +
654
                "</a:graphic>";
654
                "</a:graphic>";

Return to bug 49765