diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:40 +0000 |
commit | 578bf23e4d979c58ca1b600f628611a0ea846aee (patch) | |
tree | 1cd3ec64826c41ec3d9f91d096ef037d46275c57 /automation/source/server | |
parent | 7a7787933e1da44d80d5663becc088f692641d75 (diff) |
INTEGRATION: CWS pchfix02 (1.7.16); FILE MERGED
2006/09/01 17:16:04 kaib 1.7.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/XMLParser.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/XMLParser.cxx b/automation/source/server/XMLParser.cxx index 1c49f647de77..63e64b50a3f4 100644 --- a/automation/source/server/XMLParser.cxx +++ b/automation/source/server/XMLParser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLParser.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:22:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:34:40 $ * * 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_automation.hxx" + #ifndef _STREAM_HXX #include <tools/stream.hxx> #endif |