diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-25 09:12:52 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-25 10:40:39 +0100 |
commit | 59210463cce786edafeb09edfdaf147b7278b289 (patch) | |
tree | 5f8bbf470a83d94598a0b12561bfa3044de29936 /oox | |
parent | 52e6bfeb324574f2330d191c208860ddc2d532e0 (diff) |
no need to export oox/helper/attributelist.hxx any longer
Diffstat (limited to 'oox')
-rw-r--r-- | oox/Package_inc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/Package_inc.mk b/oox/Package_inc.mk index 5564eabd30a9..ac2ad7d6c775 100644 --- a/oox/Package_inc.mk +++ b/oox/Package_inc.mk @@ -41,7 +41,6 @@ $(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)) |