diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-27 14:41:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-11-28 20:53:40 +0200 |
commit | a3ce60eb3c8bb5c69ab41556398efa8316286477 (patch) | |
tree | a9600fdf96ab53a1aef150fd9c4a1e8c23b9eb90 /sc | |
parent | abfe16cec61eae33c64cb1901f0fc740b0466f60 (diff) |
We only support MSVC 2008 (_MSC_VER 1500) or later
We can drop or simplify many conditionals.
Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/ftools/ftools.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/source/filter/ftools/ftools.cxx b/sc/source/filter/ftools/ftools.cxx index 352b3ab5a6e4..1c72e6d1605b 100644 --- a/sc/source/filter/ftools/ftools.cxx +++ b/sc/source/filter/ftools/ftools.cxx @@ -48,13 +48,6 @@ // ============================================================================ // ScFilterTools::ReadLongDouble() -#ifdef _MSC_VER -#if _MSC_VER <= 800 -#undef __SIMPLE_FUNC -#define __SIMPLE_FUNC -#endif -#endif - double ScfTools::ReadLongDouble( SvStream& rStrm ) #ifdef __SIMPLE_FUNC // for <=VC 1.5 |