summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-05-23 11:53:10 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-05-23 19:26:48 +0200
commit2106dff67921ba9d8555bee285f55a4157662d33 (patch)
tree714945d8658817ee3eded102f8899ebe629b3b6a /sw/source/uibase
parent41bbc62f38b9eac97c03dc5a7e706fa6aaff055c (diff)
Fix typos
Change-Id: I53f00e1914283480600dbe84ee96fb38e3cc8e03 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134808 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/shells/basesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index e63384824b43..4792e0af9f09 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -1903,7 +1903,7 @@ void SwBaseShell::GetState( SfxItemSet &rSet )
break;
case FN_FRAME_WRAP_CONTOUR:
bDisable |= bHtmlMode;
- //no contour available whenn no wrap or wrap through is set
+ //no contour available when no wrap or wrap through is set
bDisable |= (nSurround == css::text::WrapTextMode_NONE || nSurround == css::text::WrapTextMode_THROUGH);
if( !bDisable )
{