diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 14:36:39 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-12-18 20:40:39 +0100 |
commit | c2de1babeaa4cee171afadd6d337ffd1f17664a7 (patch) | |
tree | 2fae92061c5235473b904039051193336887aa29 /editeng | |
parent | 3d0a2278aca97370cb22d0d91f746116be2231b1 (diff) |
tdf#158186 Fix saving ApplyNumberingAfterSpace
Change-Id: I6880f75c140f6e800bbdb6c56dd1ff166a3191d1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160916
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
(cherry picked from commit cefe7488930895a971dce41a286144dae39f57d4)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160930
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/misc/acorrcfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/misc/acorrcfg.cxx b/editeng/source/misc/acorrcfg.cxx index 47f634d4347f..fcafbfca6f0c 100644 --- a/editeng/source/misc/acorrcfg.cxx +++ b/editeng/source/misc/acorrcfg.cxx @@ -421,9 +421,9 @@ Sequence<OUString> SvxSwAutoCorrCfg::GetPropertyNames() "Format/ByInput/ApplyNumbering/SpecialCharacter/FontCharset", //45 "Format/ByInput/ApplyNumbering/SpecialCharacter/FontPitch", //46 "Format/Option/SetDOIAttribute", //47 - "Format/ByInput/ApplyNumberingAfterSpace", //48 + "Format/ByInput/ApplyBulletsAfterSpace", //48 }; - const int nCount = 48; + const int nCount = 49; Sequence<OUString> aNames(nCount); OUString* pNames = aNames.getArray(); for(int i = 0; i < nCount; i++) |