[Libreoffice-commits] .: sc/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Jun 7 14:14:40 PDT 2011


 sc/inc/stlalgorithm.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 5a90bb150c1f1ecfa96894b1cabfade7bedcc908
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Jun 7 17:14:18 2011 -0400

    Class description.

diff --git a/sc/inc/stlalgorithm.hxx b/sc/inc/stlalgorithm.hxx
index 3a0bff2..a3a02f9 100644
--- a/sc/inc/stlalgorithm.hxx
+++ b/sc/inc/stlalgorithm.hxx
@@ -30,6 +30,10 @@
 
 #include <functional>
 
+/**
+ * Function object to allow deleting instances stored in STL containers as
+ * pointers.
+ */
 template<typename T>
 struct ScDeleteObjectByPtr : public ::std::unary_function<T*, void>
 {


More information about the Libreoffice-commits mailing list