source/text/sbasic/shared/doEvents.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 17faaf70b750aec109ffa3bd069731bf37fc06e5
Author:     Alain Romedenne <alain.romede...@libreoffice.org>
AuthorDate: Mon Nov 14 11:42:08 2022 +0200
Commit:     Alain Romedenne <alain.romede...@libreoffice.org>
CommitDate: Mon Nov 14 11:29:24 2022 +0100

    DoEvents extra indications
    
    Change-Id: I04da53ff9a7426a1698c880e26b4cdf01b7daf90
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142677
    Tested-by: Jenkins
    Reviewed-by: Alain Romedenne <alain.romede...@libreoffice.org>

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>
-

Reply via email to