[Libreoffice-commits] .: sc/source
David Tardon
dtardon at kemper.freedesktop.org
Wed Dec 22 02:28:45 PST 2010
sc/source/core/tool/makefile.mk | 2 ++
sc/source/core/tool/scmatrix.cxx | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 4f2f1cae6561036c0a26c2bb64d80ec0856d0440
Author: David Tardon <dtardon at redhat.com>
Date: Wed Dec 22 11:24:57 2010 +0100
use configured hash container
diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk
index 15ec283..779e23b 100644
--- a/sc/source/core/tool/makefile.mk
+++ b/sc/source/core/tool/makefile.mk
@@ -41,6 +41,8 @@ AUTOSEG=true
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
+CDEFS += $(MDDS_CPPFLAGS)
+
# --- Files --------------------------------------------------------
SLOFILES = \
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index c3fc8d0..65d6b48 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -42,7 +42,6 @@
#include <math.h>
-#define MDDS_HASH_CONTAINER_STLPORT 1
#include <mdds/mixed_type_matrix.hpp>
using ::std::pair;
More information about the Libreoffice-commits
mailing list