diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:13:44 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-11 12:13:44 +0000 |
commit | ec2cf2fe0053f6e7b03096ea5544baed290afc7b (patch) | |
tree | 73a07481e72fff852a8f7bd55844447d65390324 /comphelper | |
parent | cb065208af2dbed65e9351ab22e128eda7404210 (diff) |
INTEGRATION: CWS mba23issues03 (1.8.62); FILE MERGED
2007/06/14 18:55:19 mba 1.8.62.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/eventattachermgr/eventattachermgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index d033a933a256..dbbd511b70f7 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eventattachermgr.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 17:07:27 $ + * last change: $Author: ihi $ $Date: 2007-07-11 13:13:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #include <deque> -#if defined( OS2 ) || defined( UNX ) || defined( MAC ) +#if defined( OS2 ) || defined( UNX ) #include <wchar.h> #endif |