sw/source/filter/ww8/docxsdrexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 085fd577ec0f3e3f92efd5f78d16b47f16591b22 Author: Tamás Zolnai <[email protected]> AuthorDate: Tue Aug 13 14:27:05 2019 +0200 Commit: Andras Timar <[email protected]> CommitDate: Thu Aug 22 14:48:25 2019 +0200 missing space (code formatting) Change-Id: I42de376c69d0b1caa0a03622506d1bf6385ca57e Reviewed-on: https://gerrit.libreoffice.org/77919 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx index 6ff1bdb54b8c..61da8449791f 100644 --- a/sw/source/filter/ww8/docxsdrexport.cxx +++ b/sw/source/filter/ww8/docxsdrexport.cxx @@ -1365,7 +1365,7 @@ void DocxSdrExport::writeDMLTextFrame(ww8::Frame const* pParentFrame, int nAncho // We need to init padding to 0, if it's not set. // In LO the default is 0 and so ins attributes are not set when padding is 0 // but in MSO the default is 254 / 127, so we need to set 0 padding explicitly - if(m_pImpl->m_pBodyPrAttrList) + if (m_pImpl->m_pBodyPrAttrList) { if (!m_pImpl->m_pBodyPrAttrList->hasAttribute(XML_lIns)) m_pImpl->m_pBodyPrAttrList->add(XML_lIns, OString::number(0)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
