sw/source/filter/ww8/docxsdrexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d3031bc6ba82ed118aa27bc5e6a2143a1376fb03
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Fri Feb 14 11:51:56 2014 +0100

    DocxSdrExport::writeVMLTextFrame: fix typo
    
    Change-Id: I5b313df01b720e25e0083f0c61872d294085946a

diff --git a/sw/source/filter/ww8/docxsdrexport.cxx 
b/sw/source/filter/ww8/docxsdrexport.cxx
index ad86205..0f3138b 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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to