editeng/source/rtf/rtfitem.cxx | 2 +- sw/qa/extras/uiwriter/uiwriter3.cxx | 2 +- sw/source/uibase/dochdl/swdtflvr.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit a58701650c2dd7ad8514752d571aa2569690fe37 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 27 16:46:55 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Apr 27 19:42:03 2022 +0200 Fix typos Change-Id: I04c9c441a7e93cd998e99e4ede7d9894e14c364e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133519 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx index bd75fe465567..1434657f7fdc 100644 --- a/editeng/source/rtf/rtfitem.cxx +++ b/editeng/source/rtf/rtfitem.cxx @@ -1114,7 +1114,7 @@ ATTR_SETEMPHASIS: } break; - // We expect these to be preceeded by a RTF_HYPHEN and + // We expect these to be preceded by a RTF_HYPHEN and // so normally are handled by the RTF_HYPHEN case, but // if they appear 'bare' in a document then safely skip // them here diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx index 0d06474d1c6d..91b16d045868 100644 --- a/sw/qa/extras/uiwriter/uiwriter3.cxx +++ b/sw/qa/extras/uiwriter/uiwriter3.cxx @@ -2647,7 +2647,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf148791) Scheduler::ProcessEventsToIdle(); xmlDocUniquePtr pXmlDoc = parseLayoutDump(); - // Paste as Rows Above results 4-row table with default table aligment + // Paste as Rows Above results 4-row table with default table alignment assertXPath(pXmlDoc, "/root/page[1]/body/tab/row", 4); assertXPath(pXmlDoc, "/root/page[1]/body/tab/row[1]/cell[1]/txt/Text", "Portion", "hello"); assertXPath(pXmlDoc, "/root/page[1]/body/tab/row[3]/cell[1]/txt/Text", "Portion", "hello"); diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index a6e0060978be..43cd6bba9717 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -1580,7 +1580,7 @@ bool SwTransferable::Paste(SwWrtShell& rSh, TransferableDataHelper& rData, RndSt sal_Int32 nTableLevel = lcl_getLevel(aExpand, nIdx); // table rows repeated heading use extra indentation, too: // <thead> is always used here, and the first table with <thead> is not nested, - // if its indentation level is greater only by 1, than intentation level of the table + // if its indentation level is greater only by 1, than indentation level of the table bool bShifted = lcl_getLevel(aExpand, aExpand.indexOf("<thead")) == nTableLevel + 1; // calculate count of selected rows or columns sal_Int32 nSelectedRowsOrCols = 0;