[Libreoffice-commits] core.git: sw/inc

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 9 12:31:14 UTC 2021


 sw/inc/utlui.hrc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ce01b5d4a81f1b407522dbdd831900bab8e9ef00
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Mar 7 10:22:56 2021 +0100
Commit:     László Németh <nemeth at numbertext.org>
CommitDate: Tue Mar 9 13:30:32 2021 +0100

    Related tdf#140849: "Apply and Edit changes" from AutoCorrect crashes LO writer
    
    This patch only fixes the assertion here:
    3  0x00007f4d0ae82662 in __GI___assert_fail
        (assertion=0x7f4cef73d9d1 "SAL_N_ELEMENTS(RID_SHELLRES_AUTOFMTSTRS) == STR_AUTOFMTREDL_END", file=0x7f4cef73d961 "/home/julien/lo/libreoffice/sw/source/uibase/utlui/initui.cxx", line=186, function=0x7f4cef73d99f "void ShellResource::GetAutoFormatNameLst_() const") at assert.c:101
    4  0x00007f4cef2514b8 in ShellResource::GetAutoFormatNameLst_() const (this=0x747f430) at sw/source/uibase/utlui/initui.cxx:186
    
    Regression from da64ec8c8a91db6a6ec9657898f081d5ee67e739
    author  László Németh <nemeth at numbertext.org>   2020-06-01 19:31:38 +0200
    committer       László Németh <nemeth at numbertext.org>   2020-06-02 18:40:06 +0200
    commit  da64ec8c8a91db6a6ec9657898f081d5ee67e739 (patch)
    tree    2bd7d3ddf24ce6c5adeb3c29dd46ead2e1215c0a
    parent  2d6395b87218cbf3512aa9b54807a859205006f0 (diff)
    tdf#133589 AutoCorrect: transliterate to Old Hungarian
    
    Change-Id: Ib606ffcf5f0d6921c41dcb256af12ff54017a590
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112118
    Tested-by: Jenkins
    Tested-by: László Németh <nemeth at numbertext.org>
    Reviewed-by: László Németh <nemeth at numbertext.org>

diff --git a/sw/inc/utlui.hrc b/sw/inc/utlui.hrc
index 3d356fc9bc0c..5bf81226392d 100644
--- a/sw/inc/utlui.hrc
+++ b/sw/inc/utlui.hrc
@@ -45,7 +45,8 @@ const char* RID_SHELLRES_AUTOFMTSTRS[] =
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Heading $(ARG1)\" Style"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Set \"Bullet\" or \"Numbering\" Style"),
     NC_("RID_SHELLRES_AUTOFMTSTRS", "Combine paragraphs"),
-    NC_("RID_SHELLRES_AUTOFMTSTRS", "Add non breaking space")
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Add non breaking space"),
+    NC_("RID_SHELLRES_AUTOFMTSTRS", "Transliterates RTL Hungarian text to Old Hungarian script")
 };
 
 #endif


More information about the Libreoffice-commits mailing list