summaryrefslogtreecommitdiff
path: root/source/text/sbasic/python
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2021-09-21 15:39:37 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-09-22 06:29:33 +0200
commit38c34032f737213ec166b80793fb1230e657975d (patch)
tree72dc204ba8f011420f52daaee8a12cfa5dc15394 /source/text/sbasic/python
parent77730780dfd1502994a413121842b23767882a25 (diff)
Fix localization in some help pages
Change-Id: I59e2ea89dd81c76ee4efee6a154082a56289b524 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122289 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text/sbasic/python')
-rw-r--r--source/text/sbasic/python/python_document_events.xhp2
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 be5cae32e0..445d425e39 100644
--- a/source/text/sbasic/python/python_document_events.xhp
+++ b/source/text/sbasic/python/python_document_events.xhp
@@ -224,7 +224,7 @@
<paragraph role="bascode" localize="false" id="N0702"> Const _LIBRARY = &quot;Access2Base&quot; : With GlobalScope.BasicLibraries</paragraph>
<paragraph role="bascode" localize="false" id="N0703"> If Not .IsLibraryLoaded(_LIBRARY) Then .LoadLibrary(_LIBRARY)</paragraph>
<paragraph role="bascode" localize="false" id="N0704"> End With : Access2Base.Trace.TraceLevel(&quot;DEBUG&quot;)</paragraph>
- <paragraph role="bascode" id="bas_id211630511166427"> If IsMissing(evt) Then _txtMsg = "" Else _txtMsg = evt.EventName &amp; "-"</paragraph>
+ <paragraph role="bascode" localize="false" id="bas_id211630511166427"> If IsMissing(evt) Then _txtMsg = "" Else _txtMsg = evt.EventName &amp; "-"</paragraph>
<paragraph role="bascode" xml-lang="en-US" id="N0705"> Access2Base.Trace.TraceLog("INFO", _txtMsg &amp; "Document events are being logged", UI_PROMPT)</paragraph>
<paragraph role="bascode" localize="false" id="N0709"> _evtAdapter = CreateUnoListener( &quot;_&quot;, &quot;com.sun.star.document.XDocumentEventListener&quot; )</paragraph>
<paragraph role="bascode" localize="false" id="N0710"> ThisComponent.addDocumentEventListener( _evtAdapter )</paragraph>