[Libreoffice-commits] core.git: cui/source sc/source svl/source vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Oct 4 18:40:26 UTC 2021


 cui/source/tabpages/border.cxx     |    2 +-
 sc/source/filter/excel/xestyle.cxx |    2 +-
 svl/source/numbers/zforlist.cxx    |    2 +-
 vcl/source/window/paint.cxx        |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 36f69c61a9d7b456c9d93d371eca4b61a3a94f8b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Oct 4 14:25:54 2021 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 4 20:39:50 2021 +0200

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

diff --git a/cui/source/tabpages/border.cxx b/cui/source/tabpages/border.cxx
index 59ecc1cfd2ee..0cef50e3779a 100644
--- a/cui/source/tabpages/border.cxx
+++ b/cui/source/tabpages/border.cxx
@@ -534,7 +534,7 @@ SvxBorderTabPage::SvxBorderTabPage(weld::Container* pPage, weld::DialogControlle
     FillValueSets();
     FillLineListBox_Impl();
 
-    // Reapply line width: probably one of prefefined values should be selected
+    // Reapply line width: probably one of predefined values should be selected
     SetLineWidth(m_xLineWidthMF->get_value(FieldUnit::NONE));
 
     // connections
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index e7260ecf56c1..3d09aac2a543 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -3069,7 +3069,7 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
                 rRoot.GetDoc().GetFilterEntriesArea(nCol, aRange.aStart.Row(),
                                                     aRange.aEnd.Row(), nTab, true, aFilterEntries);
 
-                // Excel has all filter values stored as forground colors
+                // Excel has all filter values stored as foreground colors
                 // Does not matter it is text color or cell background color
                 for (auto& rColor : aFilterEntries.getBackgroundColors())
                 {
diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index 185dc97f12fa..6ecf548c0863 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -1726,7 +1726,7 @@ void SvNumberFormatter::GetInputLineString(const double& fOutNumber,
         // The #FMT error string must not be used for input as it would lead to
         // data loss. This can happen for at least date(+time). Fall back to a
         // last resort of plain number in the locale the formatter was
-        // contructed with.
+        // constructed with.
         if (!bOk && eType != SvNumFormatType::NUMBER && sOutString == ImpSvNumberformatScan::sErrStr)
         {
             pFormat = GetFormatEntry(ZF_STANDARD);
diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index b3f9557ad2f0..dbb255f8bc87 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -1180,7 +1180,7 @@ void Window::Invalidate( const tools::Rectangle& rRect, InvalidateFlags nFlags )
     if ( !aRect.IsEmpty() )
     {
         if (!comphelper::LibreOfficeKit::isActive())
-        {   // ImplInvalidate() immediatelly returns in LOK mode, skip useless Region construction
+        {   // ImplInvalidate() immediately returns in LOK mode, skip useless Region construction
             vcl::Region aRegion( aRect );
             ImplInvalidate( &aRegion, nFlags );
         }


More information about the Libreoffice-commits mailing list