diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-25 12:24:45 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-02 23:47:03 +0200 |
commit | 581764d7781477deada108c7fa108c684983fbc8 (patch) | |
tree | 4e6aea21f6831276b37a6fd211307666a85ac99b /officecfg | |
parent | 0c0c9a0dd8a7b102315ab1075f78a0f1f3397b67 (diff) |
[API CHANGE] Drop unused config group AddXMLToStorage
Its use was removed in 2009 by
commit f87ee64d502aec9365d98d53d5b913f6456eae6b
Change-Id: Ie9f65ac548ce9eff53156f61df40dbff839a8d8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150983
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 5e48191bedf9..ed6d4ebe4ad7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3450,40 +3450,6 @@ </prop> </group> </group> - <group oor:name="AddXMLToStorage"> - <info> - <desc>Contains settings specifying if a XML package is added to the - applications binary files.</desc> - </info> - <prop oor:name="Writer" oor:type="xs:boolean"> - <!-- UIHints: no --> - <info> - <desc>Defines if a XML package is added to the Writer binary - files.</desc> - </info> - </prop> - <prop oor:name="Calc" oor:type="xs:boolean"> - <!-- UIHints: no --> - <info> - <desc>Defines if a XML package is added to the Calc binary - files.</desc> - </info> - </prop> - <prop oor:name="Impress" oor:type="xs:boolean"> - <!-- UIHints: no --> - <info> - <desc>Defines if a XML package is added to the Impress binary - files.</desc> - </info> - </prop> - <prop oor:name="Draw" oor:type="xs:boolean"> - <!-- UIHints: no --> - <info> - <desc>Defines if a XML package is added to the Draw binary - files.</desc> - </info> - </prop> - </group> <group oor:name="UserColors"> <info> <desc>Contains recent colors and custom colors</desc> |