[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed May 11 15:11:18 PDT 2011


 sc/source/core/data/dpobject.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1430657bc04f6f37b3067b632ffb22e4bed19cb9
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed May 11 18:10:52 2011 -0400

    return type as the 2nd template argument.

diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 85f02e2..d3c778a 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -2556,7 +2556,7 @@ namespace {
 /**
  * Unary predicate to match DP objects by the table ID.
  */
-class MatchByTable : public unary_function<bool, ScDPObject>
+class MatchByTable : public unary_function<ScDPObject, bool>
 {
     SCTAB mnTab;
 public:


More information about the Libreoffice-commits mailing list