sw/source/core/doc/tblafmt.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d266af11ebd6573bd68caa977a0f5b841de0bd2c Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Feb 5 16:51:53 2026 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Feb 6 08:44:28 2026 +0100 Fix typo Change-Id: I2278b658192a8601c5acbf119c6a1af79650b17c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198766 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx index 27400bd46ea2..516b923c82ae 100644 --- a/sw/source/core/doc/tblafmt.cxx +++ b/sw/source/core/doc/tblafmt.cxx @@ -435,7 +435,7 @@ void SwTableAutoFormat::UpdateToSet(SfxItemSet& aItemSet, size_t nRow, size_t nC if (bLastCol && UseLastColStyles()) FillToItemSet(LAST_COL, aItemSet, pNFormatr); - // Frist & Last Row + // First & Last Row if (UseFirstColStyles()) { if (bFirstRow)
