diff options
author | Vishv Brahmbhatt <vishvbrahmbhatt19@gmail.com> | 2013-08-28 01:52:17 +0530 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-09-10 13:14:30 +0200 |
commit | d50bd55c5d78dc10d40be502f8d6638bcc0ce890 (patch) | |
tree | e65f13d467edd623699ebcbb3c6ae30f98eeae7b /sd/Package_xml.mk | |
parent | b1e464999e387e44f0e021d52f2673c2fe7822a0 (diff) |
Parsing master presentation objects from 'objectlist.xml'
Parsing the property values of master presentation objects.
Also new functions added to comphelper module for expanding
filepaths macro to appropriate system file paths(for
configuration files present at 'Impress.xcs')
Change-Id: If0381a12155673e85103ddb5d51c34ae53fe2ecb
Diffstat (limited to 'sd/Package_xml.mk')
-rw-r--r-- | sd/Package_xml.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Package_xml.mk b/sd/Package_xml.mk index 694d452e87dc..ae635d47dfd3 100644 --- a/sd/Package_xml.mk +++ b/sd/Package_xml.mk @@ -15,6 +15,7 @@ $(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cf effects.xml \ transitions.xml \ layoutlist.xml \ + objectlist.xml \ )) # vim: set noet sw=4 ts=4: |