summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-07 19:07:17 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-15 07:42:19 +0100
commit0fc152604755eda45fe91972325c6f1340707524 (patch)
tree6c011c288e0242e95998d8e2ba339be32e0e1986
parent9b9d4da7c688b884c428cda6900415fe891f88c2 (diff)
Fix typos
Change-Id: Ic3218f9a66f4c37419195a96f4ee9f9d7d0ffb04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112142 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--sc/source/ui/view/hdrcont.cxx2
-rw-r--r--starmath/source/ElementsDockingWindow.cxx2
2 files changed, 2 insertions, 2 deletions
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();
}
}