summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxwindow1.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 11:16:09 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 11:16:09 +0000
commit550497f4e986d8108f4cd3c28489a3a8f5a42750 (patch)
tree82536ad5b996f546d3826de64738cbb9a2b2d182 /toolkit/source/awt/vclxwindow1.cxx
parentf9750b65681476577dbf1680f4fce25ff217a414 (diff)
INTEGRATION: CWS pchfix02 (1.4.38); FILE MERGED
2006/09/01 17:54:21 kaib 1.4.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit/source/awt/vclxwindow1.cxx')
-rw-r--r--toolkit/source/awt/vclxwindow1.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxwindow1.cxx b/toolkit/source/awt/vclxwindow1.cxx
index a72c956916dc..c23c1652997f 100644
--- a/toolkit/source/awt/vclxwindow1.cxx
+++ b/toolkit/source/awt/vclxwindow1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vclxwindow1.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:02:33 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:16:09 $
*
* 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 <tools/svwin.h>
#ifndef _TOOLKIT_AWT_VCLXWINDOW_HXX_