summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-04-23 10:43:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-04-23 13:32:10 +0200
commit8c884628d3e88b5ba461817af31b8da43985679f (patch)
tree7d52aaca550eec76ea45eb8b432b1330b236d443 /sfx2
parentdd23ec329faddd74691595405e977baa8ac7f0a3 (diff)
Fix typo
Change-Id: Ia0097a974f5bb5f2bdf626845ae98d347f66fff6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92745 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 2242e06ab7d4..3a32e147e5af 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -1261,7 +1261,7 @@ bool SfxHelp::Start_Impl(const OUString& rURL, weld::Widget* pWidget, const OUSt
}
// If the HTML or no help is installed, but aHelpURL nevertheless references valid help content,
- // that implies that that help content belongs to an extension (and thus would not be available
+ // that implies that help content belongs to an extension (and thus would not be available
// in neither the offline nor online HTML help); in that case, fall through to the "old-help to
// display" code below:
if (SfxContentHelper::IsHelpErrorDocument(aHelpURL))