[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 27 15:01:53 UTC 2021


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

New commits:
commit ef5edcfb02c6522af6f6621b5a9deae253755206
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 27 16:43:41 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 27 17:01:17 2021 +0200

    Fix typo
    
    Change-Id: I1267160a9e30b28a62017ae4d149253563849c9d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119566
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/filter/ww8/docxsdrexport.cxx b/sw/source/filter/ww8/docxsdrexport.cxx
index bba707b56235..f8d486f73ca0 100644
--- a/sw/source/filter/ww8/docxsdrexport.cxx
+++ b/sw/source/filter/ww8/docxsdrexport.cxx
@@ -623,7 +623,7 @@ void DocxSdrExport::startDMLAnchorInline(const SwFrameFormat* pFrameFormat, cons
     }
     else // other objects than frames. pObj exists.
     {
-        // Word 2007 makes no width-hight-swap for images. Detect this situation.
+        // Word 2007 makes no width-height-swap for images. Detect this situation.
         sal_Int32 nMode = m_pImpl->getExport().getWordCompatibilityModeFromGrabBag();
         bool bIsWord2007Image(nMode > 0 && nMode < 14 && pObj->GetObjIdentifier() == OBJ_GRAF);
 


More information about the Libreoffice-commits mailing list