diff options
author | LibreOfficiant <LibreOfficiant@sfr.fr> | 2019-04-29 16:19:44 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-04-29 16:55:55 +0200 |
commit | caed5d5208b2c87fdf70a3d8618e66e72cf8ada2 (patch) | |
tree | 96ba074cc6adea45454b7db5fd8984ef6710a2cd /source/text/sbasic | |
parent | de68dd22d495f86837eda91277af0961c57696e2 (diff) |
Dropped parenthesis throws compiler error
Change-Id: Ib3179cd0d853e92e4b9ced7f3e504f27e88e6de3
Reviewed-on: https://gerrit.libreoffice.org/71536
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/python/python_document_events.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/python_document_events.xhp b/source/text/sbasic/python/python_document_events.xhp index e2cf4562a9..aa77ef63d6 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> |