diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:40:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:40:19 +0000 |
commit | abf9ccaa00336b5a5bf59b27876ed8179bcd5403 (patch) | |
tree | 74dac9eced6f25f77c471be31774f741ecb6c46f /shell | |
parent | 4cf2d8743a10323996eb7864e644fbfad0bbe2e0 (diff) |
INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED
2006/09/01 17:39:06 kaib 1.3.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/wininetbe/wininetlayer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetlayer.cxx b/shell/source/backends/wininetbe/wininetlayer.cxx index 4155c2cd9293..5580ec6083eb 100644 --- a/shell/source/backends/wininetbe/wininetlayer.cxx +++ b/shell/source/backends/wininetbe/wininetlayer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wininetlayer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:50:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:40:19 $ * * 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 _WININETLAYER_HXX_ #include "wininetlayer.hxx" #endif |