Magellan Linux

Contents of /trunk/openoffice/patches/openoffice-3.2.1-missing-header.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1115 - (show annotations) (download)
Sun Aug 22 18:37:54 2010 UTC (13 years, 8 months ago) by niro
File size: 339 byte(s)
-added

1 --- formula/inc/formula/tokenarray.hxx 2009-01-17 00:12:44.000000000 +0000
2 +++ formula/inc/formula/tokenarray.hxx.new 2009-01-17 17:10:20.850652556 +0000
3 @@ -35,6 +35,7 @@
4 #include "formula/ExternalReferenceHelper.hxx"
5 #include <tools/solar.h>
6 #include <com/sun/star/sheet/FormulaToken.hpp>
7 +#include <limits.h>
8
9 namespace formula
10 {