[Libreoffice-commits] core.git: sfx2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 23 11:32:49 UTC 2020
sfx2/source/appl/sfxhelp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8c884628d3e88b5ba461817af31b8da43985679f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 23 10:43:53 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 23 13:32:10 2020 +0200
Fix typo
Change-Id: Ia0097a974f5bb5f2bdf626845ae98d347f66fff6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92745
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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))
More information about the Libreoffice-commits
mailing list