diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 19:14:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:34:35 +0200 |
commit | bbac35af148ed6c9f19386e4721fa38b500f45a1 (patch) | |
tree | 43ee01225670f082bafe9c786d32a0aab548563a /vbahelper/Package_inc.mk | |
parent | 8f30e0ae6a8adc5a0973067fedebf878e52ac124 (diff) |
Remove unused header files
These were only referenced by Package_inc.mk...
Change-Id: Idc771477595b9d221f9f2003b293fdd1ba7e1588
Diffstat (limited to 'vbahelper/Package_inc.mk')
-rw-r--r-- | vbahelper/Package_inc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vbahelper/Package_inc.mk b/vbahelper/Package_inc.mk index 0fc088dff616..10c3ce11594e 100644 --- a/vbahelper/Package_inc.mk +++ b/vbahelper/Package_inc.mk @@ -39,6 +39,5 @@ $(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/vbashaperange.hxx, $(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/vbashapes.hxx,vbahelper/vbashapes.hxx)) $(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/vbatextframe.hxx,vbahelper/vbatextframe.hxx)) $(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/vbawindowbase.hxx,vbahelper/vbawindowbase.hxx)) -$(eval $(call gb_Package_add_file,vbahelper_inc,inc/vbahelper/weakreference.hxx,vbahelper/weakreference.hxx)) # vim: set noet sw=4 ts=4: |