diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:38:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:38:48 +0000 |
commit | f1c3275e67147554f9f12d52a64672570c9725d6 (patch) | |
tree | 9cfbbc73eb9d140cc26b443d57a9cd31b2075af6 /shell | |
parent | f1a792ad844531278b818c6920e4f887feb0e2ec (diff) |
INTEGRATION: CWS pchfix02 (1.3.10); FILE MERGED
2006/09/01 17:39:04 kaib 1.3.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/kdebe/kdepathslayer.cxx | 7 | ||||
-rw-r--r-- | shell/source/backends/kdebe/kdevcllayer.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/shell/source/backends/kdebe/kdepathslayer.cxx b/shell/source/backends/kdebe/kdepathslayer.cxx index 7d0475999abd..899b403d5d27 100644 --- a/shell/source/backends/kdebe/kdepathslayer.cxx +++ b/shell/source/backends/kdebe/kdepathslayer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: kdepathslayer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 10:26:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:38: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 KDEPATHSLAYER_HXX_ #include "kdepathslayer.hxx" #endif diff --git a/shell/source/backends/kdebe/kdevcllayer.cxx b/shell/source/backends/kdebe/kdevcllayer.cxx index 6e7735160178..87bb6caaafae 100644 --- a/shell/source/backends/kdebe/kdevcllayer.cxx +++ b/shell/source/backends/kdebe/kdevcllayer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: kdevcllayer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 10:26:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:38: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 KDEVCLLAYER_HXX_ #include "kdevcllayer.hxx" #endif |