officecfg/registry/schema/org/openoffice/Office/Common.xcs |   43 -------------
 1 file changed, 43 deletions(-)

New commits:
commit d5c033e4393395e8c7ef18115f00bdd835ba0bfb
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Tue Apr 25 13:55:29 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Mon May 15 22:12:19 2023 +0200

    [API CHANGE] Drop obsolete group PersonasEntry and set PersonasList
    
    Its use was removed in 2020 by
    commit e1e9e2aa16f08a8fd9e38db706d63e8eceeda8d1
    
    Change-Id: I1271c3a1d0dc9c1b294f9d93753196609a85a245
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150988
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d6a005ec977c..1958e6a2e687 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -632,44 +632,6 @@
         <value>true</value>
       </prop>
     </group>
-    <group oor:name="PersonasEntry">
-      <info>
-        <desc>Stores the details of the installed personas.</desc>
-      </info>
-      <prop oor:name="Slug" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>Unique pretty id of the persona, also part of its url</desc>
-        </info>
-      </prop>
-      <prop oor:name="Name" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>The Persona's name</desc>
-        </info>
-      </prop>
-      <prop oor:name="Preview" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>Name of the preview file for the Persona to show in the 
UI</desc>
-        </info>
-      </prop>
-      <prop oor:name="Header" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>Name of the header file for the Persona</desc>
-        </info>
-        <value/>
-      </prop>
-      <prop oor:name="Footer" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>Name of the footer file for the Persona</desc>
-        </info>
-        <value/>
-      </prop>
-      <prop oor:name="TextColor" oor:type="xs:string" oor:nillable="false">
-        <info>
-          <desc>Value of the text color for the Persona</desc>
-        </info>
-        <value/>
-      </prop>
-    </group>
     <group oor:name="LastDirectory">
       <info>
         <desc>Stores the last selected directory for the filepicker for 
different contexts.</desc>
@@ -5557,11 +5519,6 @@
           <desc>List of names of the CMIS servers in the place edition 
dialog.</desc>
         </info>
       </prop>
-      <set oor:name="PersonasList" oor:node-type="PersonasEntry">
-        <info>
-          <desc>Contains the Personas installed through extensions</desc>
-        </info>
-      </set>
       <prop oor:name="FindReplaceRememberedSearches" oor:type="xs:int" 
oor:nillable="false">
         <info>
           <desc>Number of saved searches in the Find and Replace dialog.</desc>

Reply via email to