diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:30:22 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:39:10 +0200 |
commit | c7d324a4cb236426849c52005d95a43f1d0c2c1d (patch) | |
tree | a2155e2cd489cd7f9044cbc2b982774af19ae96b /sfx2/source/appl/sfxhelp.cxx | |
parent | e1328b89fa87cbb333c096bf229a810317f25bc3 (diff) |
Fix typos
Change-Id: I1cc2b1f63326d1d0e1f6e452b93af11e59a2d674
Reviewed-on: https://gerrit.libreoffice.org/57799
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index e7e5cbea4194..4e4a09ec1310 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -813,7 +813,7 @@ bool SfxHelp::Start_Impl(const OUString& rURL, const vcl::Window* pWindow, const } // 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 this 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)) |