[Libreoffice-commits] .: vcl/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Jul 17 08:24:29 PDT 2012


 vcl/source/fontsubset/cff.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a9a91490680d2778397b6b08583149e39022e692
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Jul 17 16:20:43 2012 +0100

    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

diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx
index b8b2f3e..bcb94e5 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",


More information about the Libreoffice-commits mailing list