diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:43:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:43:23 +0000 |
commit | 6540db597c433c2f8011faa3e59b07e09bbd5bad (patch) | |
tree | a753d989fc056e9d300bd946cf0b17420577361b /shell | |
parent | c0f0516397b8ed8dca4621052997bab16d86b2a5 (diff) |
INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED
2006/09/01 17:39:08 kaib 1.3.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 968742402b15..c69bad130945 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SysShentry.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:20:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:43:23 $ * * 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 //----------------------------------------------------------------------- |