diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:15:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:15:53 +0000 |
commit | f9750b65681476577dbf1680f4fce25ff217a414 (patch) | |
tree | c60b58265156d2884c9e6d9005804a4e66b13e39 /toolkit | |
parent | 312b8c45c90151188f96ba4bb048bc7c5f0865f6 (diff) |
INTEGRATION: CWS pchfix02 (1.64.10); FILE MERGED
2006/09/01 17:54:21 kaib 1.64.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxwindow.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx index c6511fef6f2b..598007fec402 100644 --- a/toolkit/source/awt/vclxwindow.cxx +++ b/toolkit/source/awt/vclxwindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxwindow.cxx,v $ * - * $Revision: 1.65 $ + * $Revision: 1.66 $ * - * last change: $Author: ihi $ $Date: 2006-08-29 10:57:37 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:15:53 $ * * 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_toolkit.hxx" + #ifndef _COM_SUN_STAR_AWT_WINDOWEVENT_HPP_ #include <com/sun/star/awt/WindowEvent.hpp> #endif |