commit | bf817a071fab8c70f601745c5996618d65185df4 | [log] |
---|---|---|
author | Samuel Mehrbrodt <[email protected]> | Mon Dec 18 08:54:05 2023 +0100 |
committer | Samuel Mehrbrodt <[email protected]> | Mon Dec 18 10:11:05 2023 +0100 |
tree | 22ff4c262fcbe9c1fb2ee7068efdd279ebeff2f8 | |
parent | 6cdf523f179f3e7ed94267502a5fe3d1247398cc [diff] |
[API CHANGE] Remove unused EvolutionPreferences Change-Id: I71ab84f945576753a27b6a3df375c736fd8815d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160897 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <[email protected]>
diff --git a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu index 41a64f0..251fa6a 100644 --- a/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu +++ b/officecfg/registry/data/org/openoffice/Office/DataAccess.xcu
@@ -429,11 +429,6 @@ </node> <node oor:name="DriverSettings"> <node oor:name="com.sun.star.comp.sdbc.evoab.OEvoabDriver"> <node oor:name="EvolutionPreferences"> <prop oor:name="FullPathExportingCommand"> <value>file:///usr/share/evolution/*/evolution-addressbook-export</value> </prop> </node> <node oor:name="ColumnAliases"> <prop oor:name="FirstName"> <value>given_name</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs index db6dc12..5e9558d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -315,18 +315,6 @@ <info> <desc>Specifies the driver settings for the evolution database driver.</desc> </info> <group oor:name="EvolutionPreferences"> <info> <desc>Specifies the evolution preferences.</desc> </info> <prop oor:name="FullPathExportingCommand" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the evolution full path exporting command name.</desc> </info> <value/> <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> </prop> </group> <group oor:name="ColumnAliases"> <info> <desc>Specifies the column alias names used.</desc>