diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:14 +0000 |
commit | ea999f3440f9828148a0eeb564744006b3e54d02 (patch) | |
tree | a3adc39f6e87a6d528c7ee04bcc87b47e7b0ea8d /shell | |
parent | b97d97c1cbe727641139d55fca84cb0efacabc5f (diff) |
INTEGRATION: CWS pchfix02 (1.4.32); FILE MERGED
2006/09/01 17:39:07 kaib 1.4.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/tools/regsvrex/regsvrex.cxx | 7 | ||||
-rw-r--r-- | shell/source/unix/exec/shellexecentry.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/shell/source/tools/regsvrex/regsvrex.cxx b/shell/source/tools/regsvrex/regsvrex.cxx index 8129e3c380fc..ae1c7d26a069 100644 --- a/shell/source/tools/regsvrex/regsvrex.cxx +++ b/shell/source/tools/regsvrex/regsvrex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regsvrex.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:19:20 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:41:41 $ * * 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" + #if defined _MSC_VER #pragma warning(push, 1) #endif diff --git a/shell/source/unix/exec/shellexecentry.cxx b/shell/source/unix/exec/shellexecentry.cxx index 13b9a365abb3..925f02de7484 100644 --- a/shell/source/unix/exec/shellexecentry.cxx +++ b/shell/source/unix/exec/shellexecentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: shellexecentry.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:19:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:42:14 $ * * 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" + //----------------------------------------------------------------------- // includes of other projects //----------------------------------------------------------------------- |