[Libreoffice-commits] .: xmloff/source

Fridrich Strba fridrich at kemper.freedesktop.org
Sat Oct 16 22:50:46 PDT 2010


 xmloff/source/style/xmlimppr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 962f146002c95777161a5bc4dda426e5592ed0be
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Sat Oct 16 00:44:44 2010 +0200

    Make calls to unary_function and binary_function less ambiguous for VC10

diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index c9b11a2..1002c41 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -593,7 +593,7 @@ typedef pair<const OUString*, const Any* > PropertyPair;
 typedef vector<PropertyPair> PropertyPairs;
 
 struct PropertyPairLessFunctor :
-    public binary_function<PropertyPair, PropertyPair, bool>
+    public std::binary_function<PropertyPair, PropertyPair, bool>
 {
     bool operator()( const PropertyPair& a, const PropertyPair& b ) const
     {


More information about the Libreoffice-commits mailing list