wizards/source/scriptforge/SF_Utils.xba | 2 +- wizards/source/scriptforge/__License.xba | 2 +- wizards/source/scriptforge/po/ScriptForge.pot | 4 ++-- wizards/source/scriptforge/po/en.po | 4 ++-- wizards/source/scriptforge/python/scriptforge.py | 4 ++-- wizards/source/sfdatabases/__License.xba | 2 +- wizards/source/sfdialogs/__License.xba | 2 +- wizards/source/sfdocuments/__License.xba | 2 +- wizards/source/sfunittests/__License.xba | 2 +- wizards/source/sfwidgets/__License.xba | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-)
New commits: commit 5fc9908b956fbc87b8b0933a1c8c6bb956e38bbc Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Mon Dec 25 13:10:46 2023 +0100 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Mon Dec 25 14:10:36 2023 +0100 ScriptForge - Upgrade to version 24.8 Copyright years are also reviewed to include 2024. Change-Id: I1f30443922a6dc3b35c6f05616a5c4e56de1e396 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161277 Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba index 5ebdd58ce9ab..eac0cb282b27 100644 --- a/wizards/source/scriptforge/SF_Utils.xba +++ b/wizards/source/scriptforge/SF_Utils.xba @@ -21,7 +21,7 @@ REM ===================================================================== GLOBAL Global _SF_ As Variant ' SF_Root (Basic) object) ''' ScriptForge version -Const SF_Version = "24.2" +Const SF_Version = "24.8" ''' Standard symbolic names for VarTypes ' V_EMPTY = 0 diff --git a/wizards/source/scriptforge/__License.xba b/wizards/source/scriptforge/__License.xba index a817525250ef..f08c294d4431 100644 --- a/wizards/source/scriptforge/__License.xba +++ b/wizards/source/scriptforge/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. === diff --git a/wizards/source/scriptforge/po/ScriptForge.pot b/wizards/source/scriptforge/po/ScriptForge.pot index 5bf1aa6a008e..430e61d4e884 100644 --- a/wizards/source/scriptforge/po/ScriptForge.pot +++ b/wizards/source/scriptforge/po/ScriptForge.pot @@ -7,14 +7,14 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 24.2 +# ScriptForge Release 24.8 # ----------------------- # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION " "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI " -"POT-Creation-Date: 2023-12-04 16:36:35 " +"POT-Creation-Date: 2023-12-25 12:02:38 " "PO-Revision-Date: YYYY-MM-DD HH:MM:SS " "Last-Translator: FULL NAME <EMAIL@ADDRESS> " "Language-Team: LANGUAGE <EMAIL@ADDRESS> " diff --git a/wizards/source/scriptforge/po/en.po b/wizards/source/scriptforge/po/en.po index 5bf1aa6a008e..430e61d4e884 100644 --- a/wizards/source/scriptforge/po/en.po +++ b/wizards/source/scriptforge/po/en.po @@ -7,14 +7,14 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 24.2 +# ScriptForge Release 24.8 # ----------------------- # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION " "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI " -"POT-Creation-Date: 2023-12-04 16:36:35 " +"POT-Creation-Date: 2023-12-25 12:02:38 " "PO-Revision-Date: YYYY-MM-DD HH:MM:SS " "Last-Translator: FULL NAME <EMAIL@ADDRESS> " "Language-Team: LANGUAGE <EMAIL@ADDRESS> " diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index 998d57d066a8..de590875c961 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2020-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +# Copyright 2020-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE # ===================================================================================================================== # === The ScriptForge library and its associated libraries are part of the LibreOffice project. === @@ -108,7 +108,7 @@ class ScriptForge(object, metaclass = _Singleton): # Class constants # ######################################################################### library = 'ScriptForge' - Version = '24.2' # Actual version number + Version = '24.8' # Version number of the LibreOffice release containing the actual file # # Basic dispatcher for Python scripts (@scope#library.module.function) basicdispatcher = '@application#ScriptForge.SF_PythonHelper._PythonDispatcher' diff --git a/wizards/source/sfdatabases/__License.xba b/wizards/source/sfdatabases/__License.xba index 3b0c64d04a8e..64676cf798d9 100644 --- a/wizards/source/sfdatabases/__License.xba +++ b/wizards/source/sfdatabases/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. === diff --git a/wizards/source/sfdialogs/__License.xba b/wizards/source/sfdialogs/__License.xba index e98be710ea4b..937f2f6d85f1 100644 --- a/wizards/source/sfdialogs/__License.xba +++ b/wizards/source/sfdialogs/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. === diff --git a/wizards/source/sfdocuments/__License.xba b/wizards/source/sfdocuments/__License.xba index 47cca670f7cc..0169871814a3 100644 --- a/wizards/source/sfdocuments/__License.xba +++ b/wizards/source/sfdocuments/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. === diff --git a/wizards/source/sfunittests/__License.xba b/wizards/source/sfunittests/__License.xba index a8e6a7779c7b..1ec637f89c6e 100644 --- a/wizards/source/sfunittests/__License.xba +++ b/wizards/source/sfunittests/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. === diff --git a/wizards/source/sfwidgets/__License.xba b/wizards/source/sfwidgets/__License.xba index 0d0990e37a71..c2534a722c02 100644 --- a/wizards/source/sfwidgets/__License.xba +++ b/wizards/source/sfwidgets/__License.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="__License" script:language="StarBasic" script:moduleType="normal"> -''' Copyright 2019-2022 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE +''' Copyright 2019-2024 Jean-Pierre LEDURE, Rafael LIMA, Alain ROMEDENNE REM ======================================================================================================================= REM === The ScriptForge library and its associated libraries are part of the LibreOffice project. ===