diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-27 15:01:40 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-27 15:01:40 +0000 |
commit | b56f80f99ea91eacab5b5e685f011316722d3e20 (patch) | |
tree | 06cd47cbe8a50dc18cfdc9cff40b591893e6ac76 /editors/calligra/files/patch-KDChartData.h | |
parent | Tarball has been rerolled to fix some Hugs-FFI incompatibilities. (diff) |
Update to koffice 1.2rc1.
Notes
Notes:
svn path=/head/; revision=65103
Diffstat (limited to 'editors/calligra/files/patch-KDChartData.h')
-rw-r--r-- | editors/calligra/files/patch-KDChartData.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/calligra/files/patch-KDChartData.h b/editors/calligra/files/patch-KDChartData.h deleted file mode 100644 index d759e0333010..000000000000 --- a/editors/calligra/files/patch-KDChartData.h +++ /dev/null @@ -1,15 +0,0 @@ ---- ./kchart/kdchart/KDChartData.h.orig Mon Dec 10 18:01:12 2001 -+++ ./kchart/kdchart/KDChartData.h Sat May 25 13:27:21 2002 -@@ -12,12 +12,8 @@ - - #include <qstring.h> - #include <qdatetime.h> --#ifdef unix --#include <values.h> --#else - #include <float.h> - #define MINDOUBLE DBL_MIN --#endif - - // Please leave all methods in this class inline! - // It's necessary since it's part of the interface provided by KDChart |