[Libreoffice-commits] .: sc/qa sc/source

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Feb 6 08:30:50 PST 2011


 sc/qa/unit/ucalc.cxx             |    2 +-
 sc/source/core/tool/scmatrix.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 53f87e616f9b0b80cdc8c54ff05a42feccdf6bd0
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Feb 6 17:30:36 2011 +0100

    hardcode MDDS_HASH_CONTAINER_BOOST

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2417321..23a26ce 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -80,7 +80,7 @@
 #include <iostream>
 #include <vector>
 
-#define MDDS_HASH_CONTAINER_STLPORT 1
+#define MDDS_HASH_CONTAINER_BOOST 1
 #include <mdds/mixed_type_matrix.hpp>
 
 #define UCALC_DEBUG_OUTPUT 0
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index d61828e..2880df7 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -42,7 +42,7 @@
 
 #include <math.h>
 
-#define MDDS_HASH_CONTAINER_STLPORT 1
+#define MDDS_HASH_CONTAINER_BOOST 1
 #include <mdds/mixed_type_matrix.hpp>
 
 using ::std::pair;


More information about the Libreoffice-commits mailing list