summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-03-07 10:22:56 +0100
committerLászló Németh <nemeth@numbertext.org>2021-03-09 13:30:32 +0100
commitce01b5d4a81f1b407522dbdd831900bab8e9ef00 (patch)
treea10a2a89d15753609bda9a23505f5ab5379819b8
parentfbaf865ffc5db1ed1094fec608e6b2472437e066 (diff)
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@numbertext.org> 2020-06-01 19:31:38 +0200 committer László Németh <nemeth@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@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
-rw-r--r--sw/inc/utlui.hrc3
1 files changed, 2 insertions, 1 deletions
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