[Libreoffice-commits] help.git: source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 3 16:56:07 UTC 2021


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

New commits:
commit c34bb965f993bef53fa739de6f3aaa97de2c2ef9
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Mar 3 16:54:30 2021 +0100
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Mar 3 17:55:46 2021 +0100

    tdf#140118 Fix Help for BASIC function WaitUntil
    
    Change-Id: Iad03fa267e2eac42b02b17ebe31ed851dad3e5c8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111912
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/03130610.xhp b/source/text/sbasic/shared/03130610.xhp
index 1e68ce7aa..dc0edc5e3 100644
--- a/source/text/sbasic/shared/03130610.xhp
+++ b/source/text/sbasic/shared/03130610.xhp
@@ -37,7 +37,7 @@
         <paragraph role="bascode" id="par_id161546104675066">REM Wait until 6:00 PM then call MyMacro.</paragraph>
         <paragraph role="bascode" id="par_id1001546104650052">REM If after 6:00 PM, exit.</paragraph>
         <paragraph role="bascode" id="par_id3154138" localize="false">Sub ExampleWaitUntil</paragraph>
-        <paragraph role="bascode" id="par_id3154367" localize="false">Dim vTimeschedule As Long</paragraph>
+        <paragraph role="bascode" id="par_id3154367" localize="false">Dim vTimeschedule As Double</paragraph>
         <paragraph role="bascode" id="par_id3154909" localize="false">    vTimeSchedule = Date() + TimeValue("18:00:00")</paragraph>
         <paragraph role="bascode" id="par_id3151042" localize="false">    If vTimeSchedule < Now() Then Exit Sub</paragraph>
         <paragraph role="bascode" id="par_id3154217" localize="false">    WaitUntil vTimeSchedule</paragraph>


More information about the Libreoffice-commits mailing list