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/Library_xo.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'xmloff/Library_xo.mk') diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk index a24b6fd27812..7ffa8ba4c459 100644 --- a/xmloff/Library_xo.mk +++ b/xmloff/Library_xo.mk @@ -50,6 +50,7 @@ $(eval $(call gb_Library_use_libraries,xo,\ svl \ tl \ utl \ + vcl \ $(gb_UWINAPI) \ )) -- cgit