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

Rafael Lima (via logerrit) logerrit at kemper.freedesktop.org
Wed May 26 09:46:30 UTC 2021


 source/text/sbasic/shared/03/sf_ui.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96e26682870d3032dc0cccc6ed0a580f22111998
Author:     Rafael Lima <rafael.palma.lima at gmail.com>
AuthorDate: Tue May 25 18:40:33 2021 +0200
Commit:     Jean-Pierre Ledure <jp at ledure.be>
CommitDate: Wed May 26 11:46:10 2021 +0200

    Fix SF_UI ShowProgressBar description
    
    Change-Id: Ib8b0b89511c1bb04acb7e79064ae5c9d8678b71d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/115970
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romedenne at libreoffice.org>

diff --git a/source/text/sbasic/shared/03/sf_ui.xhp b/source/text/sbasic/shared/03/sf_ui.xhp
index 1f9d9b2a2..94d8cdb33 100644
--- a/source/text/sbasic/shared/03/sf_ui.xhp
+++ b/source/text/sbasic/shared/03/sf_ui.xhp
@@ -518,7 +518,7 @@
       <bookmark_value>UI service;ShowProgressBar</bookmark_value>
    </bookmark>
    <h2 id="hd_id31598864255380" localize="false">ShowProgressBar</h2>
-   <paragraph role="paragraph" id="par_id571598864255776">Display a non-modal dialog box. Specify its title, an explicatory text and a percentage of progress represented on a progressbar. The box will remain visible until a call to the method without argument, or until the end of the currently running macro.</paragraph>
+   <paragraph role="paragraph" id="par_id571598864255776">Displays a non-modal dialog box. Specify its title, an explicatory text and a percentage of progress to be represented on a progressbar. The dialog will remain visible until a call to the method without arguments or until the user manually closes the dialog.</paragraph>
    <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
    <paragraph role="paragraph" localize="false" id="par_id41620322016943">
      <input>svc.ShowProgressBar(title: str = '', text: str = '', percentage: str = -1)</input>


More information about the Libreoffice-commits mailing list