summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-10-16 00:44:44 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-17 07:49:34 +0200
commit962f146002c95777161a5bc4dda426e5592ed0be (patch)
treedab7eccd8a8db9c1c580264c02f09d12eec6d0e8 /xmloff/source
parent2f66ff459bebbb8f181bc9e8a4e77685c874ff67 (diff)
Make calls to unary_function and binary_function less ambiguous for VC10
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/style/xmlimppr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index c9b11a23e7..1002c414c0 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
{