wizards/source/scriptforge/SF_Timer.xba | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit aa894d20c0497e47665d6195d6c17df81f70b6b3 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Nov 6 11:14:12 2020 +0100 Commit: Andrea Gelmini <[email protected]> CommitDate: Fri Nov 6 17:55:32 2020 +0100 Fix typo in code Change-Id: I84f0b51b6fa2c4635623b8dd8387721732834dc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105398 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Andrea Gelmini <[email protected]> diff --git a/wizards/source/scriptforge/SF_Timer.xba b/wizards/source/scriptforge/SF_Timer.xba index 5ed3a7d9546d..f352e1135744 100644 --- a/wizards/source/scriptforge/SF_Timer.xba +++ b/wizards/source/scriptforge/SF_Timer.xba @@ -46,7 +46,7 @@ Private Const STATUSSTOPPED = 3 Private Const DSECOND As Double = 1 / (24 * 60 * 60) ' Duration of 1 second as compared to 1.0 = 1 day -REM ===================================================== CONSTRUCTOR/DESCTRUCTOR +REM ===================================================== CONSTRUCTOR/DESTRUCTOR REM ----------------------------------------------------------------------------- Private Sub Class_Initialize() @@ -68,7 +68,7 @@ End Sub ' ScriptForge.SF_Timer Destructor REM ----------------------------------------------------------------------------- Public Function Dispose() As Variant - Call Calss_Terminate() + Call Class_Terminate() Set Dispose = Nothing End Function ' ScriptForge.SF_Timer Explicit destructor @@ -460,4 +460,4 @@ Const cstMaxLength = 50 ' Maximum length for items End Function ' ScriptForge.SF_Timer._Repr REM ============================================ END OF SCRIPTFORGE.SF_TIMER -</script:module> \ No newline at end of file +</script:module> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
