diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:31:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:31:04 +0000 |
commit | f303e0b03096d3fbd6ae7fdaef0ab81245c1780a (patch) | |
tree | 00e3edd54462c3d256debe4528c53ac5d2db9e95 | |
parent | ae791e6a9a4284cb18003b466866da45b4095f18 (diff) |
INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED
2006/09/01 17:26:50 kaib 1.4.186.1: #i68856# Added header markers and pch files
-rw-r--r-- | extensions/source/xmlextract/xmxtrct.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/xmlextract/xmxtrct.cxx b/extensions/source/xmlextract/xmxtrct.cxx index 787ce6119..9b0d989cb 100644 --- a/extensions/source/xmlextract/xmxtrct.cxx +++ b/extensions/source/xmlextract/xmxtrct.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmxtrct.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:43:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:31: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_extensions.hxx" + #include "xmxtrct.hxx" #include <rtl/memory.h> |