Kaydet (Commit) d3031bc6 authored tarafından Miklos Vajna's avatar Miklos Vajna

DocxSdrExport::writeVMLTextFrame: fix typo

Change-Id: I5b313df01b720e25e0083f0c61872d294085946a
üst 8edec7c8
......@@ -991,7 +991,7 @@ void DocxSdrExport::writeVMLTextFrame(sw::Frame* pParentFrame)
if (m_pImpl->m_pDashLineStyleAttr)
{
sax_fastparser::XFastAttributeListRef xDashLineStyleAttr(m_pImpl->m_pDashLineStyleAttr);
m_pImpl->m_pFlyFillAttrList = NULL;
m_pImpl->m_pDashLineStyleAttr = NULL;
pFS->singleElementNS(XML_v, XML_stroke, xDashLineStyleAttr);
}
pFS->startElementNS(XML_v, XML_textbox, xTextboxAttrList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment