diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:49:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:49:18 +0000 |
commit | 275bd08878fb4262cf029a8bb51fb04a4f24569f (patch) | |
tree | 8a3633fbf1ae30510817dc1fb9e0f575e32dcec5 /shell | |
parent | e2a78b52e2ba9a37c7829810bc76c552cd0e2d52 (diff) |
INTEGRATION: CWS pchfix02 (1.3.32); FILE MERGED
2006/09/01 17:39:14 kaib 1.3.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/workbench/TestProxySet.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/win32/workbench/TestProxySet.cxx b/shell/source/win32/workbench/TestProxySet.cxx index e46515ba16c1..87908180269a 100644 --- a/shell/source/win32/workbench/TestProxySet.cxx +++ b/shell/source/win32/workbench/TestProxySet.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TestProxySet.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:25:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:49:18 $ * * 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" + //----------------------------------------------------------- // interface includes |