[Libreoffice-commits] .: chart2/source
Fridrich Strba
fridrich at kemper.freedesktop.org
Sat Oct 16 13:42:26 PDT 2010
chart2/source/model/template/DataInterpreter.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc7b5a3cfec17e0c773ee025c638a73d22fb8aa9
Author: Jesús Corrius <jesus at softcatala.org>
Date: Sat Oct 16 00:43:11 2010 +0200
Make calls to unary_function and binary_function less ambiguous for VC10
diff --git a/chart2/source/model/template/DataInterpreter.cxx b/chart2/source/model/template/DataInterpreter.cxx
index 8c88fcb..7c9517e 100644
--- a/chart2/source/model/template/DataInterpreter.cxx
+++ b/chart2/source/model/template/DataInterpreter.cxx
@@ -236,7 +236,7 @@ sal_Bool SAL_CALL DataInterpreter::isDataCompatible(
namespace
{
-struct lcl_LabeledSequenceEquals : public unary_function< Reference< data::XLabeledDataSequence >, bool >
+struct lcl_LabeledSequenceEquals : public std::unary_function< Reference< data::XLabeledDataSequence >, bool >
{
lcl_LabeledSequenceEquals( const Reference< data::XLabeledDataSequence > & xLSeqToCmp ) :
m_bHasLabels ( false ),
More information about the Libreoffice-commits
mailing list