diff options
author | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-11-14 11:42:08 +0200 |
---|---|---|
committer | Alain Romedenne <alain.romedenne@libreoffice.org> | 2022-11-14 11:29:24 +0100 |
commit | 17faaf70b750aec109ffa3bd069731bf37fc06e5 (patch) | |
tree | a0d14c1f0f5f54fa4c607c1b2d4527e5f0934eda /source | |
parent | b87a0e224b4a9150aeedc548de8c50d0276071b8 (diff) |
DoEvents extra indications
Change-Id: I04da53ff9a7426a1698c880e26b4cdf01b7daf90
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142677
Tested-by: Jenkins
Reviewed-by: Alain Romedenne <alain.romedenne@libreoffice.org>
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> - |