summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-08-03 12:57:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-08-03 14:17:59 +0200
commit3e21ee215d0cda14725133e7c33b974b2290f2d3 (patch)
treeb2359200fc374a3f07adc29c75ecd1c8f5278383
parenttdf#143626 "protect" always shown checked for sections linked to file (diff)
downloadcore-3e21ee215d0cda14725133e7c33b974b2290f2d3.tar.gz
core-3e21ee215d0cda14725133e7c33b974b2290f2d3.zip
Fix typos
Change-Id: Ie4809d5367d15dc155033db034d86aaa75cb5abe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119932 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.hxx2
-rw-r--r--tsan-suppress.txt2
-rw-r--r--wizards/source/sfdocuments/SF_Calc.xba4
3 files changed, 4 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx
index 0ccf8c8f3388..e4a8f0efa92d 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.hxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.hxx
@@ -133,7 +133,7 @@ protected:
public:
/**
* @descr create a completed XF-draw object(read data, register styles and create XF-draw object)
- * @return pointer of the created competed XF-draw object.
+ * @return pointer of the created completed XF-draw object.
*/
XFFrame* CreateXFDrawObject();
diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 9d6c73c557ae..82252cdf212f 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -42,7 +42,7 @@ race:libjvm.so
# so there is no failure mode
race:ireallocSequence
-# TODO There appears to be a race here, initialisng the
+# TODO There appears to be a race here, initialising the
# ::com::sun::star::uno::Sequence< T >::s_pType
# field. But no idea at all how to fix it.
race:cppu::getTypeFavourUnsigned
diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba
index c7b1e0fd5081..89afc16fc6ea 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -928,7 +928,7 @@ Try:
&apos; Initialize sheet and range
Set oSheet = _Component.getSheets.getByName(SheetName)
Set oRange = _ParseAddress(Range)
- &apos; Create the chart and get ihe corresponding chart instance
+ &apos; Create the chart and get the corresponding chart instance
oSheet.getCharts.addNewByName(ChartName, oRectangle, Array(oRange.XCellRange.RangeAddress), ColumnHeader, RowHeader)
Set oChart = Charts(SheetName, ChartName)
oChart._Shape.Name = ChartName &apos; Both used-defined and internal names match ChartName
@@ -3218,4 +3218,4 @@ CatchDuplicate:
End Function &apos; SFDocuments.SF_Calc._ValidateSheet
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>