From 7f8f2aefb437aa6c08c597cb2ea99cd1b67696e9 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 20 Feb 2019 11:52:46 -0300 Subject: Fix call of main Help page from app Help menu The Application Help menu sends //.uno:HelpIndex in the Help URL. This translates to '.uno:HelpIndex' and module name is lost, opening the New Help default page instead of the module Help entry page. The patch picks the right module Help entry page in this particular case. Change-Id: Ifbb5ba4f817b195210fbb19bcb5c2011d2cb416d Reviewed-on: https://gerrit.libreoffice.org/68103 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/shared/main0108.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source') diff --git a/source/text/shared/main0108.xhp b/source/text/shared/main0108.xhp index 9f0932ff64..e8f8d4d603 100644 --- a/source/text/shared/main0108.xhp +++ b/source/text/shared/main0108.xhp @@ -39,7 +39,6 @@
- $[officename] Help Opens the main page of the $[officename] Help for the current application. You can scroll through the Help pages and you can search for index terms or any text. @@ -105,4 +104,4 @@ - \ No newline at end of file + -- cgit