summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:54:54 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:54:54 +0000
commitb288c609b9d1300db277098a0760d8e3f4d0fa22 (patch)
treea011378e1fc185ccd082aec600813dfdd01c5785 /svtools
parent41030ff4bb9730d7737cbf5a924aca889cc59c37 (diff)
INTEGRATION: CWS fwk67 (1.16.200); FILE MERGED
2007/06/22 11:08:44 cd 1.16.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/sgvmain.cxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/svtools/source/filter.vcl/filter/sgvmain.cxx b/svtools/source/filter.vcl/filter/sgvmain.cxx
index 54c433529bc0..adb241295fb3 100644
--- a/svtools/source/filter.vcl/filter/sgvmain.cxx
+++ b/svtools/source/filter.vcl/filter/sgvmain.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sgvmain.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 21:35:49 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:54:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,13 +36,8 @@
// 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 _OSL_ENDIAN_H_
#include <osl/endian.h>
#endif