[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 4 19:05:03 UTC 2021


 source/text/shared/optionen/java.xhp |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 9121a0732c01e71a1f5dea5a6d32ee03a3157703
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Mar 4 14:43:43 2021 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Thu Mar 4 20:04:42 2021 +0100

    tdf#133846 restrict Java bitness Help to Windows
    
    Change-Id: I69813601b657127f0fd6ad3ebd8e668e660815e0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111924
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/shared/optionen/java.xhp b/source/text/shared/optionen/java.xhp
index c7571b631..a0f4d96d2 100644
--- a/source/text/shared/optionen/java.xhp
+++ b/source/text/shared/optionen/java.xhp
@@ -55,9 +55,13 @@
 <note id="par_id181614855578590">The current list of %PRODUCTNAME modules and resources that depends on Java is available <link href="https://wiki.documentfoundation.org/Faq/General/015" name="Java wiki">in the wiki</link>.</note>
 <h3 id="par_idN1057F">Use a Java runtime environment</h3>
 <paragraph id="par_idN10583" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/javaenabled">Allows you to run Java applications in %PRODUCTNAME.</ahelp> When a Java application attempts to access your hard drive, a prompt opens.<comment>UFI: moved this para here from Security tab page</comment></paragraph>
-  <tip id="par_id881614855922649">Make sure to install a JRE compatible with the %PRODUCTNAME architecture: 64 bits JRE for 64 bits %PRODUCTNAME and 32 bits JRE for 32 bits %PRODUCTNAME.</tip>
+<switch select="sys">
+<case select="WIN">
+<tip id="par_id881614855922649">Make sure to install a JRE compatible with the %PRODUCTNAME architecture: 64 bits JRE for 64 bits %PRODUCTNAME and 32 bits JRE for 32 bits %PRODUCTNAME.</tip>
+</case>
+<default></default>
+</switch>
 <bookmark xml-lang="en-US" branch="hid/cui/ui/optadvancedpage/javas" id="bm_id6775719" localize="false"/>
-
 <h3 id="par_idN10610">Java runtime environments (JRE) already installed:</h3>
 <paragraph id="par_idN10614" role="paragraph" xml-lang="en-US"><ahelp hid="cui/ui/optadvancedpage/javas">Select the JRE that you want to use. On some systems, you must wait a minute until the list gets populated. On some systems, you must restart %PRODUCTNAME to use your changed setting.</ahelp> The path to the JRE is displayed beneath the list box.</paragraph>
 <paragraph role="paragraph" id="par_id431600889434242">You can override the default JRE of the operating system with one of the following alternatives:</paragraph>


More information about the Libreoffice-commits mailing list