diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/doEvents.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/doEvents.xhp b/source/text/sbasic/shared/doEvents.xhp index c95f18ec1e..4176a62c3e 100644 --- a/source/text/sbasic/shared/doEvents.xhp +++ b/source/text/sbasic/shared/doEvents.xhp @@ -30,6 +30,7 @@ <paragraph role="bascode" id="N0092" localize="false">[Call] DoEvents[()] As Integer</paragraph> </bascode> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> + <paragraph role="paragraph" id="par_id481668421225965" xml-lang="en-US">Both examples set a progressive counter on the first cell of a newly opened Calc document.</paragraph> <bascode> <paragraph role="bascode" id="bas_id321668008155736" localize="false">Sub DoEventsExample</paragraph> <paragraph role="bascode" id="bas_id971668008155959" localize="false"> Dim i As Long, sheet As Object, cell As Object</paragraph> @@ -58,4 +59,3 @@ </section> </body> </helpdocument> - |