[Libreoffice-commits] help.git: help3xsl/index2.html

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 21 02:41:45 UTC 2018


 help3xsl/index2.html |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 38e128a7d8e71e5bf1fdb43e4299dab1562fca52
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Sep 20 16:44:04 2018 -0300
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Fri Sep 21 04:41:22 2018 +0200

    tdf#119230 Chart help page opens empty
    
    Chart module was missing in selection of default entry help page.
    + fix main entry page for Help, when no module specified.
    
    Change-Id: Id79ae7fe4fd6170034348bc799e22d71e286f38c
    Reviewed-on: https://gerrit.libreoffice.org/60839
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/help3xsl/index2.html b/help3xsl/index2.html
index 503e6d149..2de168ba1 100644
--- a/help3xsl/index2.html
+++ b/help3xsl/index2.html
@@ -29,12 +29,13 @@
         switch (smodule) {
             case "swriter":   {defaultFile='text/swriter/main0000.html';module="WRITER";break;}
             case "scalc":     {defaultFile='text/scalc/main0000.html';module="CALC";break;}
+            case "schart":    {defaultFile='text/schart/main0000.html';module="CHART";break;}
             case "simpress":  {defaultFile='text/simpress/main0000.html';module="IMPRESS";break;}
             case "sdraw":     {defaultFile='text/sdraw/main0000.html';module="DRAW";break;}
             case "smath":     {defaultFile='text/smath/main0000.html';module="MATH";break;}
             case "sdatabase": {defaultFile='text/shared/explorer/database/main.html';module="BASE";break;}
             case "sbasic":    {defaultFile='text/sbasic/shared/main0601.html';module="BASIC";break;}
-            default:          {defaultFile='text/shared/main0000.html';module="WRITER";break;}
+            default:          {defaultFile='text/shared/05/new_help.html';module="WRITER";break;}
         }
         var bookmark = target.slice(target.indexOf('/') + 1, target.length);
         var file = hid2fileMap[bookmark];


More information about the Libreoffice-commits mailing list