officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 0a918df6ebe8327c76e5dad6dfee3505e1e45e6a
Author:     Attila Szűcs <[email protected]>
AuthorDate: Wed Jan 28 07:47:41 2026 +0100
Commit:     Tomaž Vajngerl <[email protected]>
CommitDate: Wed Jan 28 14:34:07 2026 +0100

    Chart: fix for theme sidebar experimental
    
    Looks like in linux desktop it is also needed ..
    
    Change-Id: I6af2b5f3880babe0b3cf9b1448ebfe575dc31028
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198252
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Tomaž Vajngerl <[email protected]>

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index 2703c5f53efd..03cc79874058 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -2136,6 +2136,9 @@
         <prop oor:name="Title" oor:type="xs:string">
           <value xml:lang="en-US">Theme</value>
         </prop>
+        <prop oor:name="IsExperimental" oor:type="xs:boolean">
+          <value>true</value>
+        </prop>
         <prop oor:name="Id" oor:type="xs:string">
           <value>ChartThemePanel</value>
         </prop>

Reply via email to