[Libreoffice-commits] .: sd/source

Lubos Lunak llunak at kemper.freedesktop.org
Tue Feb 8 09:50:47 PST 2011


 sd/source/ui/tools/PropertySet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6217be08bfbf318587d09c9556889c66eb1a81f3
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Feb 8 18:50:22 2011 +0100

    compose1 now also needs the o3tl namespace after moving from std

diff --git a/sd/source/ui/tools/PropertySet.cxx b/sd/source/ui/tools/PropertySet.cxx
index 801a50a..36f66fc 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<Reference<beans::XPropertyChangeListener> >(),
                     rxListener),
                 o3tl::select2nd<ChangeListenerContainer::value_type>())));


More information about the Libreoffice-commits mailing list