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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Sep 12 07:17:14 UTC 2020


 oox/source/drawingml/diagram/diagramlayoutatoms.cxx |    2 +-
 sw/source/filter/ww8/docxattributeoutput.cxx        |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ce3a9b9f8db93ed7bf696bef0111b18778a21e20
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Sep 12 08:29:32 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 12 09:16:29 2020 +0200

    Fix typos
    
    Change-Id: Ica93ad739eb32372addc01e1c72804e33d8ce819
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102508
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
index f1278425bd87..f48895975018 100644
--- a/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
+++ b/oox/source/drawingml/diagram/diagramlayoutatoms.cxx
@@ -655,7 +655,7 @@ void AlgAtom::layoutShape(const ShapePtr& rShape, const std::vector<Constraint>&
                 if (it != rDiagramFontHeights.end())
                 {
                     // Internal name matches: put drawingml::Shape to the relevant group, for
-                    // syncronized font height handling.
+                    // synchronized font height handling.
                     it->second.insert({ aCurrShape, {} });
                 }
             }
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index ec81036336ba..54cae24fe730 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -5762,7 +5762,7 @@ void DocxAttributeOutput::WriteOLEShape(const SwFlyFrameFormat& rFrameFormat, co
             break;
     }
     pAttr->addNS(XML_o, XML_ole, ""); //compulsory, even if it's empty
-    m_pSerializer->startElementNS(XML_v, XML_shape, pAttr);//Write the collected atttrs...
+    m_pSerializer->startElementNS(XML_v, XML_shape, pAttr);//Write the collected attrs...
 
     if (!sLineType.isEmpty() && !sDashType.isEmpty()) //If there is a line/dash style it is time to export it
     {
@@ -5834,7 +5834,7 @@ OString DocxAttributeOutput::GetOLEStyle(const SwFlyFrameFormat& rFormat, const
 
 void DocxAttributeOutput::ExportOLESurround(const SwFormatSurround& rWrap)
 {
-    const bool bIsContour = rWrap.IsContour(); //Has the shape countour or not
+    const bool bIsContour = rWrap.IsContour(); //Has the shape contour or not
     OString sSurround;
     OString sSide;
 


More information about the Libreoffice-commits mailing list