[Libreoffice-commits] .: Branch 'feature/calc-matrix-rework' - sc/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Dec 17 12:39:22 PST 2010
sc/source/core/tool/scmatrix.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e5df155b3a9445df94572304d42c39756bd5cc48
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Fri Dec 17 15:38:51 2010 -0500
Template name change: quad_type_matrix -> mixed_type_matrix.
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index 43cd50f..1af02d7 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -43,7 +43,7 @@
#include <math.h>
#define MDDS_HASH_CONTAINER_STLPORT 1
-#include <mdds/quad_type_matrix.hpp>
+#include <mdds/mixed_type_matrix.hpp>
using ::std::pair;
using ::mdds::matrix_element_t;
@@ -52,7 +52,7 @@ using ::mdds::matrix_element_t;
namespace {
-typedef ::mdds::quad_type_matrix<String, sal_uInt8> MatrixImplType;
+typedef ::mdds::mixed_type_matrix<String, sal_uInt8> MatrixImplType;
struct ElemEqual : public ::std::unary_function<double, bool>
{
More information about the Libreoffice-commits
mailing list