From 52b6c6493837a6bdccffd16d06daba54e932bd07 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Fri, 9 Jun 2017 13:02:40 +0300 Subject: writerfilter: map endnote text to Endnote I'm not exactly sure what role the Endnote Symbol char style plays, but it is only related to Endnote Characters, not the main footnote text. Note: the existing mapping rarely takes effect since MSWord exports the stylename in lower-case. Unfortunately, there is no history to indicate why "Endnote Text" is mapped to "Endnote Symbol". That looks like an error to me. related to tdf#82173 which exposed this issue. Change-Id: Ie92f527b1e594fd571f1118d18a8ff225cfc2314 Reviewed-on: https://gerrit.libreoffice.org/38605 Tested-by: Jenkins Reviewed-by: Justin Luth --- writerfilter/source/dmapper/StyleSheetTable.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'writerfilter') diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx index 53fb4c1b3d0c..699f605a52a6 100644 --- a/writerfilter/source/dmapper/StyleSheetTable.cxx +++ b/writerfilter/source/dmapper/StyleSheetTable.cxx @@ -1363,6 +1363,7 @@ static const sal_Char* const aStyleNamePairs[] = "Line Number", "Line numbering", "Page Number", "Page Number", "Endnote Reference", "Endnote Characters", + "endnote text", "Endnote", "Endnote Text", "Endnote Symbol", "Table of Authorities", "", "Macro Text", "", -- cgit v1.2.3