diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:23:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:23:04 +0000 |
commit | 3d9a7a5ec1476915c9093e23e4b9546e1b26a578 (patch) | |
tree | 398b3bffc512351874797c4fbebd56c25a09a470 /xmloff/source/transform/EventMap.cxx | |
parent | 4726978182bf1563f26c8d8962f58f97bc4d2682 (diff) |
INTEGRATION: CWS pchfix02 (1.4.160); FILE MERGED
2006/09/01 18:00:15 kaib 1.4.160.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmloff/source/transform/EventMap.cxx')
-rw-r--r-- | xmloff/source/transform/EventMap.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/EventMap.cxx b/xmloff/source/transform/EventMap.cxx index 63cb178530fd..bf4bf02e60f1 100644 --- a/xmloff/source/transform/EventMap.cxx +++ b/xmloff/source/transform/EventMap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EventMap.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:41:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:23:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmloff.hxx" + #ifndef _XMLOFF_EVENTMAP_HXX #include "EventMap.hxx" #endif |