From 4a281debd23ac8604bb80978e5f26c0cfebcc4b0 Mon Sep 17 00:00:00 2001 From: Vishv Brahmbhatt Date: Sat, 29 Jun 2013 02:55:37 +0530 Subject: Changing the XML parser with configuration file path Updating the "getRootElement" function.So "layoutlist.xml" can be read from actual configuration path. Change-Id: Iee636d32e629e935e46a18572646659780ae20e3 --- sd/Package_xml.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/Package_xml.mk') diff --git a/sd/Package_xml.mk b/sd/Package_xml.mk index 3178e0d49d10..694d452e87dc 100644 --- a/sd/Package_xml.mk +++ b/sd/Package_xml.mk @@ -14,6 +14,7 @@ $(eval $(call gb_Package_set_outdir,sd_xml,$(INSTDIR))) $(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\ effects.xml \ transitions.xml \ + layoutlist.xml \ )) # vim: set noet sw=4 ts=4: -- cgit