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

New commits:
commit caed5d5208b2c87fdf70a3d8618e66e72cf8ada2
Author:     LibreOļ¬ƒciant <libreoffici...@sfr.fr>
AuthorDate: Mon Apr 29 16:19:44 2019 +0200
Commit:     Olivier Hallot <olivier.hal...@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.hal...@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">        
&quot;&quot;&quot; Append log message to console, optional user prompt 
&quot;&quot;&quot;</paragraph>
-         <paragraph role="pycode" localize="false" id="N0623">        scr = 
Console._a2bScript(script=&apos;TraceLog&apos;</paragraph>
+         <paragraph role="pycode" localize="false" id="N0623">        scr = 
Console._a2bScript(script=&apos;TraceLog&apos;)</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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to