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 /sw | |
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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |