summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-11-12 10:34:52 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-11-12 10:45:34 +0100
commit0215131e36fdabf0e2b02c2f8032d393f31195c3 (patch)
tree45458a3288f0ac4d12ab149da434d800c6bf150f /writerfilter/source
parent5a287c288aafa34a4a71657e27f20b2b5dd4e5d6 (diff)
fdo#71302 writerfilter: remove "Strong" -> "Strong Emphasis" style rename
Such renames only make sense if the exporter does the opposite of them, but in this case the stiName array in the exporter explicitly looks for the "Strong" character styles. So at the end it's better to not rename it at all. Change-Id: I69b699c76d287b1fe3b81ea3fe66b77992c6e2f1
Diffstat (limited to 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 941ab3ea684c..2a672f71b35c 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -1440,7 +1440,6 @@ static const sal_Char* const aStyleNamePairs[] =
"Block Text", "",
"Hyperlink", "Internet link",
"Followed Hyperlink", "Visited Internet Link",
- "Strong", "Strong Emphasis",
"Emphasis", "Emphasis",
"Document Map", "",
"Plain Text", "",