summaryrefslogtreecommitdiffstats
path: root/extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-20 16:31:29 +0100
committersibel <sibel@free.fr>2010-02-20 16:31:29 +0100
commita8fe5f653a6987cb56eb4f27070821d6d56846a3 (patch)
tree61bfa6f28290dc091ee995a0f75211ce68359b3e /extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff
parent61280296299b4641d741537b6d4e8d0279777d53 (diff)
downloadnutyx-extra-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.gz
nutyx-extra-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.bz2
nutyx-extra-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.xz
nutyx-extra-a8fe5f653a6987cb56eb4f27070821d6d56846a3.zip
Ajout de openoffice-3.2#
Diffstat (limited to 'extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff')
-rw-r--r--extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff b/extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff
new file mode 100644
index 000000000..85c046b34
--- /dev/null
+++ b/extra/openoffice-3.2/buildfix_FormulaMissingHeader.diff
@@ -0,0 +1,10 @@
+--- formula/inc/formula/tokenarray.hxx 2009-01-17 00:12:44.000000000 +0000
++++ formula/inc/formula/tokenarray.hxx.new 2009-01-17 17:10:20.850652556 +0000
+@@ -35,6 +35,7 @@
+ #include "formula/ExternalReferenceHelper.hxx"
+ #include <tools/solar.h>
+ #include <com/sun/star/sheet/FormulaToken.hpp>
++#include <limits.h>
+
+ namespace formula
+ {