summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 12:32:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 12:32:01 +0000
commita9b1952e748d17634ff0f8b9630fa8baf8bfe418 (patch)
treec29856c0c424db539ed18cbf93db87ffd4c54796
parent1ab34c563e4106ee126e6ade8545ef91a3fee919 (diff)
INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED
2006/09/01 17:26:50 kaib 1.3.186.1: #i68856# Added header markers and pch files
-rw-r--r--extensions/source/xmlextract/xmxuno.cxx7
-rw-r--r--extensions/test/ole/OleClient/axhost.cxx7
-rw-r--r--extensions/test/ole/OleClient/funcs.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/extensions/source/xmlextract/xmxuno.cxx b/extensions/source/xmlextract/xmxuno.cxx
index 134b627a14c1..9818f087a8f2 100644
--- a/extensions/source/xmlextract/xmxuno.cxx
+++ b/extensions/source/xmlextract/xmxuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmxuno.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:43:52 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:31:19 $
*
* 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_extensions.hxx"
+
#include "xmxcom.hxx"
#include "xmxtrct.hxx"
#include <osl/diagnose.h>
diff --git a/extensions/test/ole/OleClient/axhost.cxx b/extensions/test/ole/OleClient/axhost.cxx
index 51b102047f39..c53be1f8cbbf 100644
--- a/extensions/test/ole/OleClient/axhost.cxx
+++ b/extensions/test/ole/OleClient/axhost.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: axhost.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:48:39 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:31:33 $
*
* 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_extensions.hxx"
+
#include "axhost.hxx"
diff --git a/extensions/test/ole/OleClient/funcs.cxx b/extensions/test/ole/OleClient/funcs.cxx
index fb18ded71f13..edd67b864f4d 100644
--- a/extensions/test/ole/OleClient/funcs.cxx
+++ b/extensions/test/ole/OleClient/funcs.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: funcs.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:49:31 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:32:01 $
*
* 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_extensions.hxx"
+
#include <atlbase.h>
#include <stdio.h>
#include "cppuhelper/bootstrap.hxx"