diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-03-18 16:09:41 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-03-18 16:09:41 +0100 |
commit | 11792080f12ef07f8d6a0334bdb93cf024905829 (patch) | |
tree | 2a58a796a8c87ca25b3ce1e448329ea6f9d858e2 /tools | |
parent | 4fdd55226d2972e3a256426db3122ac23b0615c6 (diff) | |
parent | 6996c17ac5f276f46cf6f5da1f70ee18c318fae1 (diff) |
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index a68d32ef588a..55e649e42d0a 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -145,32 +145,6 @@ inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[7 #endif #endif - -/*** standard floating point definitions *******************************/ - -#ifndef F_PI -#define F_PI 3.14159265358979323846 -#endif -#ifndef F_PI2 -#define F_PI2 1.57079632679489661923 -#endif -#ifndef F_PI4 -#define F_PI4 0.785398163397448309616 -#endif -#ifndef F_PI180 -#define F_PI180 0.01745329251994 -#endif -#ifndef F_PI1800 -#define F_PI1800 0.001745329251994 -#endif -#ifndef F_PI18000 -#define F_PI18000 0.0001745329251994 -#endif -#ifndef F_2PI -#define F_2PI 6.28318530717958647694 -#endif - - /*** standard macros *****************************************/ #define SWAPSHORT(x) ((((x) >> 8) & 0x00FF) | (((x) & 0x00FF) << 8)) |