summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-04-27 16:46:55 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-04-27 19:42:03 +0200
commita58701650c2dd7ad8514752d571aa2569690fe37 (patch)
tree7c8608ab9fc0fe916c0631092a9383d7a389f7b0
parent6fbc3de17cd9274dc3a09e1eeb914c45f7dfe140 (diff)
Fix typos
Change-Id: I04c9c441a7e93cd998e99e4ede7d9894e14c364e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133519 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--editeng/source/rtf/rtfitem.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter3.cxx2
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx2
3 files changed, 3 insertions, 3 deletions
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;