diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-05-23 11:53:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-05-23 19:26:48 +0200 |
commit | 2106dff67921ba9d8555bee285f55a4157662d33 (patch) | |
tree | 714945d8658817ee3eded102f8899ebe629b3b6a /sw/source/uibase/shells | |
parent | 41bbc62f38b9eac97c03dc5a7e706fa6aaff055c (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/shells')
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 2 |
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 ) { |