officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |    3 ---
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu  |    3 ---
 scp2/source/python/module_python_librelogo.scp                       |    2 +-
 setup_native/source/packinfo/spellchecker_selection.txt              |    2 +-
 sfx2/source/appl/appserv.cxx                                         |    6 
++----
 5 files changed, 4 insertions(+), 12 deletions(-)

New commits:
commit 4fbdc41ec8d63480f6f635c8d703c8baa2eef931
Author:     Andras Timar <[email protected]>
AuthorDate: Mon May 14 16:02:08 2018 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sun Jan 4 11:10:19 2026 +0100

    [cp] MSI: do not install LibreLogo by default
    
    Change-Id: Ibde24b2045497aca4ea37845fc42c327d22d3d42

diff --git a/scp2/source/python/module_python_librelogo.scp 
b/scp2/source/python/module_python_librelogo.scp
index a056d49acc3e..021425f06dd5 100644
--- a/scp2/source/python/module_python_librelogo.scp
+++ b/scp2/source/python/module_python_librelogo.scp
@@ -18,7 +18,7 @@ Module gid_Module_Optional_Pyuno_LibreLogo
     Sortkey = "810";
     Files = (auto_python_librelogo_ALL,
              gid_File_Share_Registry_LibreLogo_Xcd);
-    Default = YES;
+    Default = NO;
     Styles = ( );
 End
 #endif
commit 10b192fee698a9abcac840acd210fc23651dcdb2
Author:     Andras Timar <[email protected]>
AuthorDate: Mon Sep 12 08:19:08 2022 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sun Jan 4 11:09:56 2026 +0100

    [cp] Add Persian dictionary to install set this way
    
    Change-Id: I86e0eeb68120b311759a6cef0b13740bb1529999

diff --git a/setup_native/source/packinfo/spellchecker_selection.txt 
b/setup_native/source/packinfo/spellchecker_selection.txt
index 602bf0b51603..6fccc46e43a3 100644
--- a/setup_native/source/packinfo/spellchecker_selection.txt
+++ b/setup_native/source/packinfo/spellchecker_selection.txt
@@ -27,7 +27,7 @@
 # be used as first entry.
 
 af = "af"
-ar = "ar"
+ar = "ar,fa"
 be = "be"
 bg = "bg"
 bn = "bn"
commit 5ea7f140728335bdeaa8b74db392240a3b40444e
Author:     Andras Timar <[email protected]>
AuthorDate: Tue Apr 17 14:06:38 2018 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sun Jan 4 11:09:49 2026 +0100

    [cp] Send feedback to [email protected]
    
    Change-Id: Ic734235426001e4aa7119476c1e6884b7c39776d

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 2d2205c67b39..2c67d51fc1bc 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -615,10 +615,8 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
         case SID_SEND_FEEDBACK:
         {
             OUString module = SfxHelp::GetCurrentModuleIdentifier();
-            OUString 
sURL(officecfg::Office::Common::Menus::SendFeedbackURL::get() + 
//officecfg/registry/data/org/openoffice/Office/Common.xcu => 
https://hub.libreoffice.org/send-feedback/
-                "?LOversion=" + 
utl::ConfigManager::getAboutBoxProductVersion() +
-                "&LOlocale=" + utl::ConfigManager::getUILocale() +
-                "&LOmodule=" + module.subView(module.lastIndexOf('.') + 1 )  );
+            OUString 
sURL("mailto:[email protected]?Subject=Version:%20"; + 
utl::ConfigManager::getAboutBoxProductVersion() +
+                ",%20Locale:%20" + utl::ConfigManager::getUILocale() + 
",%20Module:%20" + module.subView(module.lastIndexOf('.') + 1 )  );
             sfx2::openUriExternally(sURL, false, rReq.GetFrameWeld());
             break;
         }
commit ca43d51e117cb575f5fe55c31af8a2bdc01631b4
Author:     Andras Timar <[email protected]>
AuthorDate: Tue Apr 12 13:21:51 2022 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sun Jan 4 11:09:24 2026 +0100

    [cp] This label is too long for Online context menus (2nd)
    
    Change-Id: I228bcd2c40c182dba5baab0f93cee3c1ebf39cb5

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 88718fecb8f5..3442c5a7c0e1 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -4638,9 +4638,6 @@ bit 3 (0x8): #define 
UICOMMANDDESCRIPTION_PROPERTIES_TOGGLEBUTTON 8
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">Clone Formatting</value>
         </prop>
-        <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Clone Formatting (double click for 
multi-selection)</value>
-        </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>9</value>
         </prop>
commit 54274907030fef591d29a0cef9b3e289582647ec
Author:     Andras Timar <[email protected]>
AuthorDate: Mon Apr 11 15:07:23 2022 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sun Jan 4 11:09:18 2026 +0100

    [cp] This label is too long for Online context menus
    
    https://github.com/CollaboraOnline/online/issues/4369
    
    Change-Id: I15193f0c78ae1fa44e9ddea00083b09da7fbbddf

diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index ab2f9b6256de..1fd724551be0 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -3338,9 +3338,6 @@
         <prop oor:name="ContextLabel" oor:type="xs:string">
           <value xml:lang="en-US">Clone Formatting</value>
         </prop>
-        <prop oor:name="TooltipLabel" oor:type="xs:string">
-          <value xml:lang="en-US">Clone Formatting (double click and Ctrl or 
Cmd to alter behavior)</value>
-        </prop>
         <prop oor:name="Properties" oor:type="xs:int">
           <value>9</value>
         </prop>

Reply via email to