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

New commits:
commit ef5edcfb02c6522af6f6621b5a9deae253755206
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 27 16:43:41 2021 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to