[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/source

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 22 12:49:05 UTC 2019


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

New commits:
commit 085fd577ec0f3e3f92efd5f78d16b47f16591b22
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Tue Aug 13 14:27:05 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
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 <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

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));


More information about the Libreoffice-commits mailing list