From 4d94306389349a57b50523a692f261de7e2489d4 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Tue, 8 Feb 2011 17:39:27 +0100 Subject: Port stuff to our private implementation of SGI extensions --- ucb/source/ucp/odma/odma_provider.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/odma/odma_provider.cxx b/ucb/source/ucp/odma/odma_provider.cxx index a5fb562a796e..e59fa2093ff3 100644 --- a/ucb/source/ucp/odma/odma_provider.cxx +++ b/ucb/source/ucp/odma/odma_provider.cxx @@ -44,6 +44,8 @@ #include #include +#include + using namespace com::sun::star; using namespace odma; @@ -505,9 +507,9 @@ void ContentProvider::append(const ::rtl::Reference& _rProp) ::rtl::Reference aReturn; ContentsMap::const_iterator aFind = ::std::find_if( m_aContents.begin(), m_aContents.end(), - ::std::compose1( + ::o3tl::compose1( ::std::bind2nd(_aFunctor,_sName), - ::std::select2nd() + ::o3tl::select2nd() ) ); if(aFind != m_aContents.end()) -- cgit