diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-11-24 21:48:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-11-24 21:48:33 +0000 |
commit | f4eb51fc238a427f148b0dde253570f4030bddf0 (patch) | |
tree | 460689c7a7e2c99b656a2a1ec53e9bebca361fc0 /oox | |
parent | 33a03b669bf195a25efa273ad38402fb2e54aa78 (diff) |
fix build error, deliver oox/helper/attributelist.hxx
Diffstat (limited to 'oox')
-rw-r--r-- | oox/Package_inc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Package_inc.mk b/oox/Package_inc.mk index ac2ad7d6c775..5564eabd30a9 100644 --- a/oox/Package_inc.mk +++ b/oox/Package_inc.mk @@ -41,6 +41,7 @@ $(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/drawingml.hxx,oox/expor $(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/shapes.hxx,oox/export/shapes.hxx)) $(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/utils.hxx,oox/export/utils.hxx)) $(eval $(call gb_Package_add_file,oox_inc,inc/oox/export/vmlexport.hxx,oox/export/vmlexport.hxx)) +$(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/attributelist.hxx,oox/helper/attributelist.hxx)) $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/binarystreambase.hxx,oox/helper/binarystreambase.hxx)) $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/containerhelper.hxx,oox/helper/containerhelper.hxx)) $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/graphichelper.hxx,oox/helper/graphichelper.hxx)) |