diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:24:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:24:10 +0000 |
commit | 6efb7cddeaa8b0df2cf638c5f7df06afb2d0e41c (patch) | |
tree | 22203d57dae27798aeeccf6de8c78656346c3196 /vcl | |
parent | 81a71af9aa9700e8c4a6078fec4ce89136778e4d (diff) |
INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED
2006/09/01 17:57:57 kaib 1.7.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/window3.cxx b/vcl/source/window/window3.cxx index dec9f98cd2a5..173ccfdcb1be 100644 --- a/vcl/source/window/window3.cxx +++ b/vcl/source/window/window3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: window3.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:43:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:24:10 $ * * 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_vcl.hxx" + #define _SV_WINDOW_CXX #ifndef _SV_SVSYS_HXX |