From caed5d5208b2c87fdf70a3d8618e66e72cf8ada2 Mon Sep 17 00:00:00 2001 From: LibreOļ¬ƒciant Date: Mon, 29 Apr 2019 16:19:44 +0200 Subject: Dropped parenthesis throws compiler error Change-Id: Ib3179cd0d853e92e4b9ced7f3e504f27e88e6de3 Reviewed-on: https://gerrit.libreoffice.org/71536 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/python_document_events.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/sbasic/python') 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 @@ @staticmethod def log(level: str, text: str, msgBox=False): """ Append log message to console, optional user prompt """ - scr = Console._a2bScript(script='TraceLog' + scr = Console._a2bScript(script='TraceLog') scr.invoke((level,text,msgBox),(),()) @staticmethod def setLevel(logLevel: str): -- cgit