[Libreoffice-commits] core.git: sfx2/source xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 27 13:37:00 UTC 2020


 sfx2/source/control/dispatch.cxx |    2 +-
 xmloff/source/text/txtimp.cxx    |    4 ++--
 xmloff/source/text/txtstyli.cxx  |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 0c28fc7d89e833860216bb02d787d004c32595c7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 27 13:16:51 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Aug 27 15:36:17 2020 +0200

    Fix typos
    
    It passed "make check" on Linux
    
    Change-Id: I5f39984f1c30fcde46ed411faac3f8d637d10d6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101449
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 739336a8859c..9c6f3c5200c2 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -465,7 +465,7 @@ IMPL_LINK_NOARG( SfxDispatcher, EventHdl_Impl, Timer *, void )
     flushed.
 
     This method is intended among other things to make assertions possible
-    without the side effect of having to flush the SfxDispathcer.
+    without the side effect of having to flush the SfxDispatcher.
 */
 bool SfxDispatcher::CheckVirtualStack(const SfxShell& rShell)
 {
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 367741953b49..a1380ac7f57b 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -65,7 +65,7 @@
 #include <PageMasterStyleMap.hxx>
 #include <PageMasterPropHdlFactory.hxx>
 #include <PageMasterPropMapper.hxx>
-// XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+// XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
 #include <com/sun/star/beans/XPropertyState.hpp>
 #include <txtlists.hxx>
 #include <xmloff/odffields.hxx>
@@ -605,7 +605,7 @@ struct XMLTextImportHelper::Impl
                 bool const bProgress, bool const bBlockMode,
                 bool const bOrganizerMode)
         :   m_xTextListsHelper( new XMLTextListsHelper() )
-        // XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+        // XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
         ,   m_xServiceFactory( rModel, UNO_QUERY )
         ,   m_rSvXMLImport( rImport )
         ,   m_bInsertMode( bInsertMode )
diff --git a/xmloff/source/text/txtstyli.cxx b/xmloff/source/text/txtstyli.cxx
index b475423f4509..7d15c874eeea 100644
--- a/xmloff/source/text/txtstyli.cxx
+++ b/xmloff/source/text/txtstyli.cxx
@@ -219,7 +219,7 @@ void XMLTextStyleContext::CreateAndInsert( bool bOverwrite )
         m_xEventContext.clear();
     }
 
-    // XML import: reconstrution of assignment of paragraph style to outline levels (#i69629#)
+    // XML import: reconstruction of assignment of paragraph style to outline levels (#i69629#)
     if (m_nOutlineLevel > 0)
     {
         GetImport().GetTextImport()->AddOutlineStyleCandidate(m_nOutlineLevel,


More information about the Libreoffice-commits mailing list