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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Apr 29 14:56:16 UTC 2019


 source/text/sbasic/python/python_document_events.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit caed5d5208b2c87fdf70a3d8618e66e72cf8ada2
Author:     LibreOļ¬ƒciant <LibreOfficiant at sfr.fr>
AuthorDate: Mon Apr 29 16:19:44 2019 +0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Apr 29 16:55:55 2019 +0200

    Dropped parenthesis throws compiler error
    
    Change-Id: Ib3179cd0d853e92e4b9ced7f3e504f27e88e6de3
    Reviewed-on: https://gerrit.libreoffice.org/71536
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp
index e2cf4562a..aa77ef63d 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -125,7 +125,7 @@
          <paragraph role="pycode" localize="false" id="N0620">    @staticmethod</paragraph>
          <paragraph role="pycode" localize="false" id="N0621">    def log(level: str, text: str, msgBox=False):</paragraph>
          <paragraph role="pycode" xml-lang="en-US" id="N0622">        """ Append log message to console, optional user prompt """</paragraph>
-         <paragraph role="pycode" localize="false" id="N0623">        scr = Console._a2bScript(script='TraceLog'</paragraph>
+         <paragraph role="pycode" localize="false" id="N0623">        scr = Console._a2bScript(script='TraceLog')</paragraph>
          <paragraph role="pycode" localize="false" id="N0624">        scr.invoke((level,text,msgBox),(),())</paragraph>
          <paragraph role="pycode" localize="false" id="N0625">    @staticmethod</paragraph>
          <paragraph role="pycode" localize="false" id="N0626">    def setLevel(logLevel: str):</paragraph>


More information about the Libreoffice-commits mailing list