summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 12:09:13 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 12:09:13 +0000
commitdd0669e2a1777124c38fb977fee11f789ea49af2 (patch)
tree8caf77ac5e942e7b263a842f078cca6f6cfc52a5
parent51daecd75f4b7da370b603ca244d2774e5608bc5 (diff)
INTEGRATION: CWS pchfix02 (1.2.186); FILE MERGED
2006/09/01 17:26:35 kaib 1.2.186.1: #i68856# Added header markers and pch files
-rw-r--r--extensions/source/plugin/base/plcom.cxx7
-rw-r--r--extensions/source/plugin/base/service.cxx7
2 files changed, 10 insertions, 4 deletions
diff --git a/extensions/source/plugin/base/plcom.cxx b/extensions/source/plugin/base/plcom.cxx
index 12993b209..783a3837b 100644
--- a/extensions/source/plugin/base/plcom.cxx
+++ b/extensions/source/plugin/base/plcom.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: plcom.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:51:31 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:08:29 $
*
* 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"
+
#ifdef SOLARIS
#include <limits>
#endif
diff --git a/extensions/source/plugin/base/service.cxx b/extensions/source/plugin/base/service.cxx
index 65bf31ee7..d47a0ee35 100644
--- a/extensions/source/plugin/base/service.cxx
+++ b/extensions/source/plugin/base/service.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: service.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:52:17 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:09:13 $
*
* 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"
+
#if STLPORT_VERSION>=321
#include <cstdarg>
#endif