diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:35:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:35:02 +0000 |
commit | 6ed1ca65db44f72f213a5c6201232b28e662464d (patch) | |
tree | 6ac78495a84183e984624a23dc7a2f8904f2eb14 /shell | |
parent | 1ccb8a7ae51b5a509ff00f92136e7f88a870ef80 (diff) |
INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED
2006/09/01 17:39:01 kaib 1.4.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/all/ooofilereader/autostyletag.cxx | 7 | ||||
-rw-r--r-- | shell/source/all/ooofilereader/basereader.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/shell/source/all/ooofilereader/autostyletag.cxx b/shell/source/all/ooofilereader/autostyletag.cxx index e1944a971cb8..d61a1b4c4ca3 100644 --- a/shell/source/all/ooofilereader/autostyletag.cxx +++ b/shell/source/all/ooofilereader/autostyletag.cxx @@ -4,9 +4,9 @@ * * $RCSfile: autostyletag.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:14:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:34:48 $ * * 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 AUTOSTYLETAG_HXX_INCLUDED #include "autostyletag.hxx" #endif diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx index 1ed4a54a0aa6..31ebfc4e9d13 100644 --- a/shell/source/all/ooofilereader/basereader.cxx +++ b/shell/source/all/ooofilereader/basereader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basereader.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:15:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:35:02 $ * * 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 BASEREADER_HXX_INCLUDED #include "internal/basereader.hxx" #endif |