From 83535a28c57ffb59f795dd35332d6b3426071e32 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Fri, 9 Jun 2017 19:55:17 +0200 Subject: emfplus: create a wmf/emf/emf+ primitive based importer First steps to organize an importer that can read/interpret wmf/emf/emf+ and deliver a primitive representation for the content by parsing it. Use the same mechanisms as already applied for Svg, so to reuse abilities to keep original binary data to allow save again and embedding in files and have an implemented replacement bitmap based representation. For this, unify the used helper classes to handle more than just Svg. For 1st try, add test code and static bool switches Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7 --- RepositoryModule_build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'RepositoryModule_build.mk') diff --git a/RepositoryModule_build.mk b/RepositoryModule_build.mk index 6837393dee9e..5f8cd46e68de 100644 --- a/RepositoryModule_build.mk +++ b/RepositoryModule_build.mk @@ -77,6 +77,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ sfx2 \ sot \ svgio \ + emfio \ svl \ svtools \ svx \ -- cgit