summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:13:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:13:44 +0000
commitec2cf2fe0053f6e7b03096ea5544baed290afc7b (patch)
tree73a07481e72fff852a8f7bd55844447d65390324 /comphelper
parentINTEGRATION: CWS mba23issues03 (1.40.34); FILE MERGED (diff)
downloadcore-ec2cf2fe0053f6e7b03096ea5544baed290afc7b.tar.gz
core-ec2cf2fe0053f6e7b03096ea5544baed290afc7b.zip
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.cxx6
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