diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:12:20 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:33:05 +0100 |
commit | a8e35884d26c31cd449a9c615e612360b6c9ec50 (patch) | |
tree | da4e4ddee1c05b6eb998b92a7462787c7410b07c /xmloff/Package_inc.mk | |
parent | a8a38888b5659d4ae655d2aa26b10d248baf6732 (diff) |
xmloff: use ::comphelper::UStringLess instead of less_functor
Diffstat (limited to 'xmloff/Package_inc.mk')
-rw-r--r-- | xmloff/Package_inc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk index 892ecddd4937..b53ea7eacc6c 100644 --- a/xmloff/Package_inc.mk +++ b/xmloff/Package_inc.mk @@ -76,7 +76,6 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/families.hxx,xmloff/fami $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/formlayerexport.hxx,xmloff/formlayerexport.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/formlayerimport.hxx,xmloff/formlayerimport.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/formsimp.hxx,xmloff/formsimp.hxx)) -$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/functional.hxx,xmloff/functional.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/i18nmap.hxx,xmloff/i18nmap.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/maptype.hxx,xmloff/maptype.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/nmspmap.hxx,xmloff/nmspmap.hxx)) |