diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:05:13 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:05:13 +0000 |
commit | e253535e7a283b6dfb18df633f1b9af5f0e9913a (patch) | |
tree | 8c846a2413a89eecd6367e35150ebe79551e526b /idl/util | |
parent | 627b2e6329427d9fec99613d517f37909750ab4d (diff) |
INTEGRATION: CWS mba23issues03 (1.3.18); FILE MERGED
2007/06/14 18:55:47 mba 1.3.18.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'idl/util')
-rw-r--r-- | idl/util/idlpch.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/idl/util/idlpch.cxx b/idl/util/idlpch.cxx index af58d59c6555..bd3f5381ab21 100644 --- a/idl/util/idlpch.cxx +++ b/idl/util/idlpch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: idlpch.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-16 12:49:57 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:05:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,11 +35,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_idl.hxx" -#ifdef MAC -#include <string.h> -#else #include <memory.h> -#endif #include <stdlib.h> #include <stdio.h> #include <ctype.h> |