diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2024-07-18 18:31:19 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-07-19 10:28:51 +0200 |
commit | 27198ec7031e9ef3bbc592423e5c12e333e206ee (patch) | |
tree | c9e4d729c6f818b086d6992735e8e3c6b1576060 /officecfg/registry/schema/org | |
parent | 1e978fffddc3d7044f3def026340844b59d2d656 (diff) |
(related tdf#126008) sw: add config to disable table autoformat ...
... automatic updates when editing the table.
Office::Writer::Table::Change::ApplyTableAutoFormat
Change-Id: I84667c68c9372d7594bb3a688da80495ef46168f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170702
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 8497cc87bb67..124e0a3dd931 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -1955,6 +1955,13 @@ </constraints> <value>2</value> </prop> + <prop oor:name="ApplyTableAutoFormat" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Determines if editing a table causes the table's AutoFormat to be applied automatically to update the formatting of the table and its contents.</desc> + <label>Apply table AutoFormat automatically when table is edited.</label> + </info> + <value>true</value> + </prop> </group> <group oor:name="Input"> <info> |