From c2de1babeaa4cee171afadd6d337ffd1f17664a7 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 18 Dec 2023 14:36:39 +0100 Subject: tdf#158186 Fix saving ApplyNumberingAfterSpace Change-Id: I6880f75c140f6e800bbdb6c56dd1ff166a3191d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160916 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt (cherry picked from commit cefe7488930895a971dce41a286144dae39f57d4) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160930 --- editeng/source/misc/acorrcfg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editeng') 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 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 aNames(nCount); OUString* pNames = aNames.getArray(); for(int i = 0; i < nCount; i++) -- cgit