officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 79bf66ee7bab7beac54be62f5dcfe9eeb8ca932d Author: Samuel Mehrbrodt <[email protected]> AuthorDate: Mon Dec 18 14:15:10 2023 +0100 Commit: Samuel Mehrbrodt <[email protected]> CommitDate: Mon Dec 18 16:34:03 2023 +0100 Revert "[API CHANGE] Remove unused ApplyBulletsAfterSpace" This reverts commit a3a9ae3f564be4dd6549fe5708a593ea09d1e79c. Reason: This is required for tdf#158186 Change-Id: I850cb277d1a6de0191f6249e2701454460a43e5a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160915 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index 4e7e4e92ebd4..c3908721cbc3 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -4100,6 +4100,14 @@ <label>Delete Blanks and Tabs between lineend and -begin</label> </info> <value>true</value> + </prop> + <prop oor:name="ApplyBulletsAfterSpace" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools AutoCorrect/AutoFormat Options Apply styles --> + <info> + <desc>Specifies whether a numbered or bulleted text is created automatically while typing * or - and then space</desc> + <label>Bulleted and numbered lists immediate after pressing space</label> + </info> + <value>false</value> </prop> <group oor:name="ApplyNumbering"> <info>
