[Libreoffice-commits] core.git: svx/source sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 22 18:36:30 UTC 2021
svx/source/svdraw/svdopath.cxx | 2 +-
sw/source/uibase/shells/basesh.cxx | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ae3c5ef23b8b91c97cfe99adbcd831ee34f9dbf3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 20 17:03:37 2021 +0200
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Jul 22 20:35:50 2021 +0200
Fix typos
Change-Id: I38c7fda55f7d24f7265b58d56222187f2aa1e5d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119286
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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 )
More information about the Libreoffice-commits
mailing list