Files
loongoffice/forms/source/component
Jochen Nitschke c4ddf6cd6d C++11 remove std::unary_function bases from functors
std::unary_function is deprecated since C++11 and removed in C++17

90% done with regexp magic.
removed obsolete <functional> includes.

The std::unary_function base class was used in 3 places:
* chart2/source/tools/DataSeriesHelper.cxx: lcl_MatchesRole
   is used in a std::not1 function helper who uses the members
   return_type and argument_type.
   - replace deprecated std::not1 with a lambda
* chart2/source/tools/ModifyListenerHelper.cxx:
   lcl_weakReferenceToSame used the argument_type member in the
   operator() parameter.
   - inline the parameter type.
* xmloff/source/chart/SchXMLExport.cxx: lcl_SequenceToMapElement
   used result_type and argument_type in operator().
   - inline the types

Also fix compile error with gcc about finding std::for_each.

Change-Id: I073673beb01410c3108e7d0346d9e7d6b9ad2e2f
Reviewed-on: https://gerrit.libreoffice.org/39358
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-07-03 12:21:03 +02:00
..
2017-02-06 17:21:16 +01:00
2017-07-02 22:32:12 +02:00
2017-06-26 08:59:38 +02:00
2017-03-19 05:49:15 +00:00
2017-02-28 10:17:47 +00:00
2017-07-02 22:32:12 +02:00
2017-03-25 08:57:51 +00:00
2017-07-02 22:32:12 +02:00
2017-06-23 08:59:56 +02:00
2017-06-23 08:59:56 +02:00
2017-05-19 17:18:02 +02:00
2017-06-23 12:40:35 +02:00
2017-02-28 10:17:47 +00:00