diff options
author | Marco Cecchetti <mrcekets@gmail.com> | 2011-07-21 22:28:27 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2011-08-26 18:25:20 +0200 |
commit | 8cac883fcdce6ba3f4881ef642534de6d1561c0f (patch) | |
tree | 4590f26a6ada5f18be1b05ba116ff5c564d059b4 /xmloff/Package_inc.mk | |
parent | edb6e65cc9d1d8612da4f22b2cd4dbbe007c1918 (diff) |
moved header file animationexport.hxx from "xmloff/inc" to "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly
Diffstat (limited to 'xmloff/Package_inc.mk')
-rw-r--r-- | xmloff/Package_inc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk index 6fc737c69f4c..3bcdc39367bf 100644 --- a/xmloff/Package_inc.mk +++ b/xmloff/Package_inc.mk @@ -67,6 +67,7 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/XMLTextShapeImportHelper $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/XMLTextShapeImportHelper.hxx,xmloff/XMLTextShapeImportHelper.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/XMLTextShapeStyleContext.hxx,xmloff/XMLTextShapeStyleContext.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/XMLTextTableContext.hxx,xmloff/XMLTextTableContext.hxx)) +$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/animationexport.hxx,xmloff/animationexport.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/animexp.hxx,xmloff/animexp.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/attrlist.hxx,xmloff/attrlist.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/contextid.hxx,xmloff/contextid.hxx)) |