vcl/source/fontsubset/cff.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 733d07a79a46a551e1eba443a81f3cc851d4cb25 Author: Caolán McNamara <caol...@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 (cherry picked from commit a9a91490680d2778397b6b08583149e39022e692) Signed-off-by: LuboÅ¡ LuÅák <l.lu...@suse.cz> 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",
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits