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 /sw | |
parent | a8a38888b5659d4ae655d2aa26b10d248baf6732 (diff) |
xmloff: use ::comphelper::UStringLess instead of less_functor
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmltexti.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx index 2107746cffed..8b3b530dfd40 100644 --- a/sw/source/filter/xml/xmltexti.hxx +++ b/sw/source/filter/xml/xmltexti.hxx @@ -29,7 +29,6 @@ #define _XMLTEXTI_HXX #include <xmloff/txtimp.hxx> -#include <xmloff/functional.hxx> class XMLRedlineImportHelper; class SvXMLImport; |