From ec7d423f53a7beec49e7a69ccc9cb7bad366b7a3 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Tue, 8 Feb 2011 18:50:22 +0100 Subject: compose1 now also needs the o3tl namespace after moving from std --- sd/source/ui/tools/PropertySet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/tools') diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx index 42f2a1725991..7019055cd51c 100644 --- a/sd/source/ui/tools/PropertySet.cxx +++ b/sd/source/ui/tools/PropertySet.cxx @@ -150,7 +150,7 @@ void SAL_CALL PropertySet::removePropertyChangeListener ( ::std::find_if( aRange.first, aRange.second, - std::compose1( + o3tl::compose1( std::bind1st(std::equal_to >(), rxListener), o3tl::select2nd()))); -- cgit