summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/components/display.cxx7
-rw-r--r--vcl/source/components/factory.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/vcl/source/components/display.cxx b/vcl/source/components/display.cxx
index 6a43b0a40ce6..0e5c0d2e78b8 100644
--- a/vcl/source/components/display.cxx
+++ b/vcl/source/components/display.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: display.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-10-06 09:58:22 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:51:34 $
*
* 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"
+
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
#include <com/sun/star/container/XIndexAccess.hpp>
#endif
diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx
index 5e574fc2892a..691fcaf80cdf 100644
--- a/vcl/source/components/factory.cxx
+++ b/vcl/source/components/factory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: factory.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2006-10-06 09:58:32 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:52:05 $
*
* 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"
+
#ifndef _DEBUG_HXX
#include <tools/debug.hxx>
#endif