diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-24 10:26:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-24 12:00:27 +0100 |
commit | 5f62933a161ae989c1f68eb57079ce21106d1dd2 (patch) | |
tree | 58380c97c11df96cb09b158d52c97aaf1c3594fd /sw | |
parent | 827de7f4198281bc8dbc886f49ce96a04fcb72ab (diff) |
Fix typos
Change-Id: If511cbcc290488cf05cc078e6674deae2c454315
Reviewed-on: https://gerrit.libreoffice.org/45209
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/shells/langhelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/langhelper.cxx b/sw/source/uibase/shells/langhelper.cxx index cb6b7d6b8259..2c6d1da1f21d 100644 --- a/sw/source/uibase/shells/langhelper.cxx +++ b/sw/source/uibase/shells/langhelper.cxx @@ -252,7 +252,7 @@ namespace SwLangHelper if (bIsSingleScriptType) { // change language for selection or paragraph - // (for paragraph is handled by previosuly having set the selection to the + // (for paragraph is handled by previously having set the selection to the // whole paragraph) if (bIsForSelection) { @@ -332,7 +332,7 @@ namespace SwLangHelper if (bIsForSelection) { // change language for selection or paragraph - // (for paragraph is handled by previosuly having set the selection to the + // (for paragraph is handled by previously having set the selection to the // whole paragraph) EditEngine* pEditEngine = pOLV ? pOLV->GetEditView().GetEditEngine() : nullptr; |