diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:34:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:34:34 +0000 |
commit | 1ccb8a7ae51b5a509ff00f92136e7f88a870ef80 (patch) | |
tree | 8dd4584aceec3768b91872ca601a8e59001cf141 /shell | |
parent | 4d7d4b1d84b5558c59c02cb456b4c3bf567f4495 (diff) |
INTEGRATION: CWS pchfix02 (1.6.30); FILE MERGED
2006/09/01 17:39:01 kaib 1.6.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/all/xml_parser.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx index 708c7d09f8d1..d997d51b5250 100644 --- a/shell/source/all/xml_parser.cxx +++ b/shell/source/all/xml_parser.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xml_parser.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:14:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:34:34 $ * * 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_shell.hxx" + #ifndef XML_PARSER_HXX_INCLUDED #include "internal/xml_parser.hxx" #endif |