officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 24 --------------- 1 file changed, 24 deletions(-)
New commits: commit 29d91a668c86a61bc406f34bcb36d8dc9d9bc6b6 Author: Gabor Kelemen <kelem...@ubuntu.com> AuthorDate: Fri May 12 22:57:21 2023 +0200 Commit: Thorsten Behrens <thorsten.behr...@allotropia.de> CommitDate: Thu Jun 29 18:58:20 2023 +0200 [API CHANGE] Drop deprecated FormulaSyntax property It was marked as deprecated when added in 2010 commit 81571e00b1b423929459ffdb34fd519e7f3d0961 could not find whether it was used ever since Change-Id: I2c14c923f07d97d1df0604b95b3c65b350248029 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152403 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de> diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index d282ca681fa0..d861f56e81d7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1347,30 +1347,6 @@ </info> <value>true</value> </prop> - <prop oor:name="FormulaSyntax" oor:type="xs:int"> - <!-- UIHints: Tools - Options Spreadsheet Calculate --> - <!-- This node is deprecated, but we still need to keep it for migration purposes. --> - <info> - <desc>Specifies what formula syntax type to use.</desc> - </info> - <constraints> - <enumeration oor:value="0"> - <info> - <desc>Calc A1</desc> - </info> - </enumeration> - <enumeration oor:value="1"> - <info> - <desc>Excel A1</desc> - </info> - </enumeration> - <enumeration oor:value="2"> - <info> - <desc>Excel R1C1</desc> - </info> - </enumeration> - </constraints> - </prop> <node-ref oor:name="Date" oor:node-type="Date"> <info> <desc>Specifies the date that is represented by the number 0.</desc>