diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-14 11:51:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-14 11:56:21 +0100 |
commit | d3031bc6ba82ed118aa27bc5e6a2143a1376fb03 (patch) | |
tree | 202c93b72f34be0478edf8f948643210a4ed0f91 /sw | |
parent | 8edec7c89f4dc927afdfe51b13af2f59b1600b85 (diff) |
DocxSdrExport::writeVMLTextFrame: fix typo
Change-Id: I5b313df01b720e25e0083f0c61872d294085946a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/docxsdrexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index ad86205b951b..0f3138bc1510 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -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); |