diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-07-20 17:03:37 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-07-22 20:35:50 +0200 |
commit | ae3c5ef23b8b91c97cfe99adbcd831ee34f9dbf3 (patch) | |
tree | cfa512811263c75c8beae7a031c1f7ee505d06b7 | |
parent | 80a1c6ea4771cd9620addde2640d3c4d6276a5de (diff) |
Fix typos
Change-Id: I38c7fda55f7d24f7265b58d56222187f2aa1e5d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119286
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | svx/source/svdraw/svdopath.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdopath.cxx b/svx/source/svdraw/svdopath.cxx index b13b586e707d..7f2b4f1fb77c 100644 --- a/svx/source/svdraw/svdopath.cxx +++ b/svx/source/svdraw/svdopath.cxx @@ -2065,7 +2065,7 @@ void SdrPathObj::AddToPlusHdlList(SdrHdlList& rHdlList, SdrHdl& rHdl) const // SdrObjCustomShape will still use a different version of this method that // does not consider the rotation. Otherwise, the rotated SdrObjCustomShape // would become mistakenly larger after save and reload (tdf#91687). -// The invokation of the GetLogicRect() method that caused tdf#123321 was in +// The invocation of the GetLogicRect() method that caused tdf#123321 was in // PlcDrawObj::WritePlc(). const tools::Rectangle &SdrPathObj::GetLogicRect() const { diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index c327ad40c941..4a0691d36f99 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1345,7 +1345,7 @@ void SwBaseShell::Execute(SfxRequest &rReq) case RES_SHADOW: { rSh.StartAllAction(); - // Tabele cell(s) selected? + // Table cell(s) selected? if ( rSh.IsTableMode() ) { SwFrameFormat *pFormat = rSh.GetTableFormat(); @@ -1377,7 +1377,7 @@ void SwBaseShell::Execute(SfxRequest &rReq) case SID_ATTR_BORDER_OUTER: { - // Tabele cell(s) selected? + // Table cell(s) selected? if ( rSh.IsTableMode() ) { // Set border attributes Get/SetTabBorders() @@ -2545,7 +2545,7 @@ void SwBaseShell::ExecBckCol(SfxRequest& rReq) void SwBaseShell::GetBorderState(SfxItemSet &rSet) { SwWrtShell &rSh = GetShell(); - // Tabele cell(s) selected? + // Table cell(s) selected? bool bPrepare = true; bool bTableMode = rSh.IsTableMode(); if ( bTableMode ) |