diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-20 13:55:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-20 15:01:31 +0200 |
commit | 56d3de7360434e4f15d7bd92d50888e8bc092ad6 (patch) | |
tree | dccdb678df5566cdcccf469121bcc1f90d3a2ca9 /tools | |
parent | a0adefdc4991baa8a3c402f3b01270b73fd28362 (diff) |
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 7c43173b9104..0812f3faf630 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -24,11 +24,6 @@ #include <osl/endian.h> #include <comphelper/fileformat.h> -#ifdef _SOLAR__PRIVATE -#undef _SOLAR__PRIVATE -#endif -#define _SOLAR__PRIVATE 1 - /** Intermediate type to solve type clash with Windows headers. Should be removed as soon as all code parts have been reviewed and the correct type is known. Most of the times ULONG is meant |