editeng/source/misc/acorrcfg.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0a431e89b743bc3b29716b4ef2ae863beff90f80
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Dec 18 14:36:39 2023 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Mon Dec 18 16:36:37 2023 +0100

    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.mehrbr...@allotropia.de>

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++)

Reply via email to