diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:13:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:13:10 +0000 |
commit | fc4907e68c77864c89f092dca446fdca1d68e32d (patch) | |
tree | 6bacc35d07272fe583805e0c498ee959f09654bc /toolkit/source/awt | |
parent | 3dfe6c18b8d4b2bc5c02ad00a7ba815a38bee2fa (diff) |
INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGED
2006/09/01 17:54:19 kaib 1.5.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxcontainer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxcontainer.cxx b/toolkit/source/awt/vclxcontainer.cxx index 10b6973c4ecb..ea6f6adb433d 100644 --- a/toolkit/source/awt/vclxcontainer.cxx +++ b/toolkit/source/awt/vclxcontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxcontainer.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-07-19 15:54:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:13: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_toolkit.hxx" + #include <toolkit/awt/vclxcontainer.hxx> #include <toolkit/helper/macros.hxx> |