wizards/source/scriptforge/SF_Utils.xba | 2 +- wizards/source/scriptforge/po/ScriptForge.pot | 4 ++-- wizards/source/scriptforge/po/en.po | 4 ++-- wizards/source/scriptforge/po/es.po | 4 ++-- wizards/source/scriptforge/po/fr.po | 4 ++-- wizards/source/scriptforge/po/pt.po | 4 ++-- wizards/source/scriptforge/python/scriptforge.py | 2 +- wizards/source/scriptforge/script.xlb | 20 ++++++++++---------- 8 files changed, 22 insertions(+), 22 deletions(-)
New commits: commit 0a6daad3558162068878f7ae779d0f4bda4bed52 Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Mon Aug 4 12:08:08 2025 +0200 Commit: Jean-Pierre Ledure <j...@ledure.be> CommitDate: Mon Aug 4 14:18:43 2025 +0200 ScriptForge - Upgrade to version 26.2 Version numbers are modified from 25.8 to 26.2. No effect on actual user scripts, no documentation update. Change-Id: I19a6711d43a5641cdb8e00ba59fff8285a9e9120 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188912 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> diff --git a/wizards/source/scriptforge/SF_Utils.xba b/wizards/source/scriptforge/SF_Utils.xba index 5884f57d8161..3a11ea3f20d6 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 = "25.8" +Const SF_Version = "26.2" ''' Standard symbolic names for VarTypes ' V_EMPTY = 0 diff --git a/wizards/source/scriptforge/po/ScriptForge.pot b/wizards/source/scriptforge/po/ScriptForge.pot index ee10d24c4870..0072162a7c62 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 25.8 +# ScriptForge Release 26.2 # ----------------------- # 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: 2025-01-11 13:09:17 " +"POT-Creation-Date: 2025-08-04 11:05:34 " "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 ee10d24c4870..0072162a7c62 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 25.8 +# ScriptForge Release 26.2 # ----------------------- # 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: 2025-01-11 13:09:17 " +"POT-Creation-Date: 2025-08-04 11:05:34 " "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/es.po b/wizards/source/scriptforge/po/es.po index 1b3291215465..88862b9180bb 100644 --- a/wizards/source/scriptforge/po/es.po +++ b/wizards/source/scriptforge/po/es.po @@ -7,8 +7,8 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 25.2 -# ----------------------- +# ScriptForge Release 26.2 +# ------------------------ # msgid "" msgstr "" diff --git a/wizards/source/scriptforge/po/fr.po b/wizards/source/scriptforge/po/fr.po index 772c7d81b669..275b50928f4b 100644 --- a/wizards/source/scriptforge/po/fr.po +++ b/wizards/source/scriptforge/po/fr.po @@ -7,8 +7,8 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 25.2 -# ----------------------- +# ScriptForge Release 26.2 +# ------------------------ # msgid "" msgstr "" diff --git a/wizards/source/scriptforge/po/pt.po b/wizards/source/scriptforge/po/pt.po index 38e08718b6b2..3ee9c989ea85 100644 --- a/wizards/source/scriptforge/po/pt.po +++ b/wizards/source/scriptforge/po/pt.po @@ -7,8 +7,8 @@ # *** are part of the LibreOffice project. *** # ********************************************************************* # -# ScriptForge Release 24.2 -# ----------------------- +# ScriptForge Release 26.2 +# ------------------------ # msgid "" msgstr "" diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index dc6a8cfbe7ca..ddad6364009c 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -121,7 +121,7 @@ class ScriptForge(object, metaclass = _Singleton): # Class constants # ######################################################################### library = 'ScriptForge' - Version = '25.8' # Version number of the LibreOffice release containing the actual file + Version = '26.2' # 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/scriptforge/script.xlb b/wizards/source/scriptforge/script.xlb index af8f6a75dc96..f78d358ee606 100644 --- a/wizards/source/scriptforge/script.xlb +++ b/wizards/source/scriptforge/script.xlb @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE library:library PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "library.dtd"> <library:library xmlns:library="http://openoffice.org/2000/library" library:name="ScriptForge" library:readonly="false" library:passwordprotected="false"> + <library:element library:name="SF_Timer"/> + <library:element library:name="SF_FileSystem"/> + <library:element library:name="SF_Dictionary"/> + <library:element library:name="SF_Exception"/> + <library:element library:name="SF_Session"/> + <library:element library:name="SF_Services"/> <library:element library:name="_CodingConventions"/> <library:element library:name="_ModuleModel"/> <library:element library:name="SF_String"/> + <library:element library:name="SF_L10N"/> + <library:element library:name="SF_Region"/> <library:element library:name="__License"/> <library:element library:name="SF_Root"/> - <library:element library:name="SF_TextStream"/> <library:element library:name="SF_Utils"/> + <library:element library:name="SF_TextStream"/> + <library:element library:name="SF_Array"/> <library:element library:name="SF_Platform"/> <library:element library:name="SF_PythonHelper"/> - <library:element library:name="SF_L10N"/> - <library:element library:name="SF_Region"/> - <library:element library:name="SF_Array"/> <library:element library:name="SF_UI"/> - <library:element library:name="SF_Services"/> - <library:element library:name="SF_Session"/> - <library:element library:name="SF_Exception"/> - <library:element library:name="SF_Dictionary"/> - <library:element library:name="SF_FileSystem"/> - <library:element library:name="SF_Timer"/> </library:library> \ No newline at end of file