summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/procimpl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/osl/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx
index 23c08a197040..73d1079c2bb8 100644
--- a/sal/osl/w32/procimpl.cxx
+++ b/sal/osl/w32/procimpl.cxx
@@ -64,8 +64,7 @@ namespace /* private */
The comparison is in upper case and returns true
if the first of both strings is less than the
second one. */
- struct less_environment_variable :
- public std::binary_function<rtl::OUString, rtl::OUString, bool>
+ struct less_environment_variable
{
bool operator() (const rtl::OUString& lhs, const rtl::OUString& rhs) const
{