summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-20 12:54:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-21 12:38:30 +0200
commit3c6e41f806309c2ba1f1336baa8db715ca492959 (patch)
tree64673466a1d0bfecd22b3e775e675426ecea5eb6 /sw/source/core/unocore
parent8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (diff)
Fix typos
Change-Id: Iaf1d4aed07d1e6fcfe2392fb65cbd2fa196bcc1c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101099 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoobj2.cxx2
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/unocore/unoobj2.cxx b/sw/source/core/unocore/unoobj2.cxx
index 4f280beb94cc..58cf18b9cea0 100644
--- a/sw/source/core/unocore/unoobj2.cxx
+++ b/sw/source/core/unocore/unoobj2.cxx
@@ -502,7 +502,7 @@ lcl_CursorIsInSection(
bool SwXParagraphEnumerationImpl::IgnoreLastElement(SwUnoCursor& rCursor, bool bMovedFromTable)
{
// Ignore the last element of a selection enumeration if this is a stub
- // paragraph (directly after table, selection ends at paragaph start).
+ // paragraph (directly after table, selection ends at paragraph start).
if (rCursor.Start()->nNode.GetIndex() != m_nEndIndex)
return false;
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 22ea0bf07d4f..fe79c13a4482 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -3054,7 +3054,7 @@ void SwXTextTable::setName(const OUString& rName)
static_cast<SwOLENode*>(pNd)->SetChartTableName( rName );
SwTable* pTable = SwTable::FindTable( pFormat );
- //TL_CHART2: chart needs to be notfied about name changes
+ //TL_CHART2: chart needs to be notified about name changes
pFormat->GetDoc()->UpdateCharts( pTable->GetFrameFormat()->GetName() );
}
aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 );