[Libreoffice-commits] core.git: sc/source starmath/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 15 06:42:55 UTC 2021


 sc/source/ui/view/hdrcont.cxx             |    2 +-
 starmath/source/ElementsDockingWindow.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0fc152604755eda45fe91972325c6f1340707524
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 7 19:07:17 2021 +0100
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Mon Mar 15 07:42:19 2021 +0100

    Fix typos
    
    Change-Id: Ic3218f9a66f4c37419195a96f4ee9f9d7d0ffb04
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112142
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/sc/source/ui/view/hdrcont.cxx b/sc/source/ui/view/hdrcont.cxx
index a4f715ffc81e..50199cf790dd 100644
--- a/sc/source/ui/view/hdrcont.cxx
+++ b/sc/source/ui/view/hdrcont.cxx
@@ -754,7 +754,7 @@ void ScHeaderControl::MouseButtonDown( const MouseEvent& rMEvt )
             // tdf#140833 launch help tip to show after the double click time has expired
             // so under gtk the popover isn't active when the double click is processed
             // by gtk because under load on wayland the double click is getting handled
-            // by something else and getting sent to the the window underneath our window
+            // by something else and getting sent to the window underneath our window
             aShowHelpTimer.Start();
             DrawInvert( nDragPos );
 
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index 4db585fa0d1a..5c43b4f7f8bb 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -1160,7 +1160,7 @@ void SmElementsControl::setSmSyntaxVersion(sal_uInt16 nSmSyntaxVersion)
         m_nSmSyntaxVersion = nSmSyntaxVersion;
         maParser.reset(starmathdatabase::GetVersionSmParser(nSmSyntaxVersion));
         maParser->SetImportSymbolNames(true);
-        // Be carefull, we need the parser in order to build !!!
+        // Be careful, we need the parser in order to build !!!
         build();
     }
 }


More information about the Libreoffice-commits mailing list