summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-17 16:20:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-17 16:23:18 +0100
commita9a91490680d2778397b6b08583149e39022e692 (patch)
tree7ebbc7dae4d236abbca3bd70278392fcb2ce60b9
parent7cb261324deb9ce45b8a7e8d6c5ea620c48ef368 (diff)
Resolves: fdo#51957 typo, endash entered twice, 2nd should be emdash
A typo, correct list can be seen in the CFF spec http://download.microsoft.com/download/8/0/1/801a191c-029d-4af3-9642-555f6fe514ee/cff.pdf Change-Id: I1c07d140d2caae9ac32390c3367f65495ec76ff4
-rw-r--r--vcl/source/fontsubset/cff.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index b8b2f3e72ebe..bcb94e509613 100644
--- a/vcl/source/fontsubset/cff.cxx
+++ b/vcl/source/fontsubset/cff.cxx
@@ -85,7 +85,7 @@ static const char* pStringIds[] = {
"grave", "acute", "circumflex", "tilde",
/*128*/ "macron", "breve", "dotaccent", "dieresis",
"ring", "cedilla", "hungarumlaut", "ogonek",
- "caron", "endash", "AE", "ordfeminine",
+ "caron", "emdash", "AE", "ordfeminine",
"Lslash", "Oslash", "OE", "ordmasculine",
/*144*/ "ae", "dotlessi", "lslash", "oslash",
"oe", "germandbls", "onesuperior", "logicalnot",