diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-05-17 13:27:40 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-05-17 13:27:40 +0000 |
commit | 8cd1280ce883bab14172d1c03064435bd53acf7e (patch) | |
tree | 8ea840ef632d481452528c51481a6b822048cb44 /xmloff/inc/functional.hxx | |
parent | d68a65569c25d03444779edffb960fd1278aa8bf (diff) |
#86004# obsoleted functional.hxx and less_functor
incompatible changes in #if SUPD > 632
Diffstat (limited to 'xmloff/inc/functional.hxx')
-rw-r--r-- | xmloff/inc/functional.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/inc/functional.hxx b/xmloff/inc/functional.hxx index e7a36e6adbeb..5456b0aacd4f 100644 --- a/xmloff/inc/functional.hxx +++ b/xmloff/inc/functional.hxx @@ -1,6 +1,12 @@ #ifndef _XMLOFF_FUNCTIONAL_HXX #define _XMLOFF_FUNCTIONAL_HXX +#ifndef _RTL_USTRING_HXX_ +#include <rtl/ustring.hxx> +#endif + +/* THIS HEADER IS DEPRECATED. USE comphelper/stl_types.hxx INSTEAD!!! */ + /** @#file * * re-implement STL functors as needed |