[Libreoffice-commits] core.git: lotuswordpro/source tsan-suppress.txt wizards/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 3 12:18:34 UTC 2021
lotuswordpro/source/filter/lwpdrawobj.hxx | 2 +-
tsan-suppress.txt | 2 +-
wizards/source/sfdocuments/SF_Calc.xba | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 3e21ee215d0cda14725133e7c33b974b2290f2d3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 3 12:57:22 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 3 14:17:59 2021 +0200
Fix typos
Change-Id: Ie4809d5367d15dc155033db034d86aaa75cb5abe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119932
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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:
' Initialize sheet and range
Set oSheet = _Component.getSheets.getByName(SheetName)
Set oRange = _ParseAddress(Range)
- ' Create the chart and get ihe corresponding chart instance
+ ' 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 ' Both used-defined and internal names match ChartName
@@ -3218,4 +3218,4 @@ CatchDuplicate:
End Function ' SFDocuments.SF_Calc._ValidateSheet
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module>
\ No newline at end of file
+</script:module>
More information about the Libreoffice-commits
mailing list