[Libreoffice-commits] core.git: sw/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 4 11:02:27 UTC 2019
sw/source/filter/ww8/ww8par.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6ad32e03de01525a863171ed58df05e89e9f105
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Sep 4 10:39:19 2019 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Sep 4 13:01:47 2019 +0200
Fix typo in bug ID
The comment had been added with e38e3fc6c0ba5cef622f7412a573bd96c2476ca2
"#i9240# During 8bit conversion fallback to 1252 if a character is undefined in
our source charset. Word appears to do this" (i.e., mentioning i9240 instead of
i9241), and <https://bz.apache.org/ooo/show_bug.cgi?id=9240> "Do not show
lithuanian letter 'Š'" looks more relevant here than
<https://bz.apache.org/ooo/show_bug.cgi?id=9241> "The compound words
�FAKSIMILINIS PRANE�IMAS� have to be Align Centered
Horizontally."
Change-Id: Idb1f50891cd01a96aee4ab19bb606b74a9050e1c
Reviewed-on: https://gerrit.libreoffice.org/78583
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 744772c46478..ecfb44878133 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -2886,7 +2886,7 @@ void SwWW8ImplReader::PostProcessAttrs()
}
/*
- #i9241#
+ #i9240#
It appears that some documents that are in a baltic 8 bit encoding which has
some undefined characters can have use made of those characters, in which
case they default to CP1252. If not then it's perhaps that the font encoding
More information about the Libreoffice-commits
mailing list