diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:55:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:55:24 +0000 |
commit | 4134b275abd12dedccbcca546100914b7f83c61c (patch) | |
tree | 3162baafbef18822b90c8a787ed0bc3b2ccc4312 /svtools | |
parent | 761d0d8f3396b83dc2609d2c4ca604f1556efaee (diff) |
INTEGRATION: CWS fwk67 (1.10.200); FILE MERGED
2007/06/22 11:08:44 cd 1.10.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/filter.vcl/filter/sgvtext.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/svtools/source/filter.vcl/filter/sgvtext.cxx b/svtools/source/filter.vcl/filter/sgvtext.cxx index 72fa17432bbd..038dbf39b787 100644 --- a/svtools/source/filter.vcl/filter/sgvtext.cxx +++ b/svtools/source/filter.vcl/filter/sgvtext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sgvtext.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: hr $ $Date: 2007-06-27 21:36:03 $ + * last change: $Author: obo $ $Date: 2007-07-18 08:55:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,13 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#ifdef MAC -#include <mac_start.h> #include <math.h> -#include <mac_end.h> -#else -#include <math.h> -#endif #ifndef _CONFIG_HXX #include <tools/config.hxx> |