From 989d0953a4d69bef3c8aba8e9dc7758194adcdc4 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Fri, 1 Feb 2013 14:26:36 +0100 Subject: basic support for embedded fonts in odt (fdo#42195) There are still places that should be improved a bit, but this works. Change-Id: Ieb7947a294ec95b6fd8cec2e8c4bc731e2594c42 --- xmloff/inc/xmloff/xmltoken.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmloff/inc/xmloff/xmltoken.hxx') diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx index c4dff1c69ae8..13b59fe083fb 100644 --- a/xmloff/inc/xmloff/xmltoken.hxx +++ b/xmloff/inc/xmloff/xmltoken.hxx @@ -2457,6 +2457,8 @@ namespace xmloff { namespace token { XML_SCRIPTS, XML_FONT_FACE_DECLS, XML_FONT_FACE, + XML_FONT_FACE_SRC, + XML_FONT_FACE_URI, XML_FONT_ADORNMENTS, XML_INCH, XML_SPACE_AFTER, -- cgit