[Libreoffice-commits] core.git: sc/uiconfig sw/qa sw/source writerfilter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 23 11:37:52 UTC 2020


 sc/uiconfig/scalc/ui/notebookbar.ui                        |    2 +-
 sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample |    2 +-
 sw/source/filter/ww8/docxattributeoutput.cxx               |    2 +-
 writerfilter/source/dmapper/DomainMapper_Impl.cxx          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 77cc197582f669270634e800b7c2ba820908c66a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 22 22:02:26 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 23 13:37:10 2020 +0200

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

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index b945e4a0a362..14c5d22d1441 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -6932,7 +6932,7 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="VclOptionalBox" id="Layout-Section-Allign">
+                      <object class="VclOptionalBox" id="Layout-Section-Align">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="valign">center</property>
diff --git a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample
index 213cdd9b462b..a5d8a0dcb3db 100644
--- a/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample
+++ b/sw/qa/extras/uiwriter/data/flowframe_null_ptr_deref.sample
@@ -365,7 +365,7 @@
 <OPTION>Jamaica</OPTION>
 <OPTION>Japan</OPTION>
 <OPTION>Jordan</OPTION>
-<OPTION>Kazakstan</OPTION>
+<OPTION>Kazakhstan</OPTION>
 <OPTION>Kenya</OPTION>
 <OPTION>Kiribati</OPTION>
 <OPTION>Korea, Democratic People's Republic of</OPTION>
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index c7321e19a99a..7c54e7e6010c 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -6699,7 +6699,7 @@ void DocxAttributeOutput::NumberingDefinition( sal_uInt16 nId, const SwNumRule &
     m_pSerializer->endElementNS( XML_w, XML_num );
 }
 
-// Not all attibutes of SwNumFormat are important for export, so can't just use embedded in
+// Not all attributes of SwNumFormat are important for export, so can't just use embedded in
 // that classes comparison.
 static bool lcl_ListLevelsAreDifferentForExport(const SwNumFormat & rFormat1, const SwNumFormat & rFormat2)
 {
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index d75ab67b2222..c46fb12139c7 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -1705,7 +1705,7 @@ void DomainMapper_Impl::finishParagraph( const PropertyMapPtr& pPropertyMap, con
                                 sal_Int16 nOverrideLevel = pList->GetCurrentLevel()->GetStartOverride();
                                 if (nOverrideLevel != -1)
                                 {
-                                    // Restart list, it is overriden
+                                    // Restart list, it is overridden
                                     m_xPreviousParagraph->setPropertyValue("ParaIsNumberingRestart", uno::makeAny(true));
                                     m_xPreviousParagraph->setPropertyValue("NumberingStartValue", uno::makeAny(nOverrideLevel));
                                 }


More information about the Libreoffice-commits mailing list