summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 12:30:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 12:30:50 +0000
commite7ef45aeff9ea7381e60998c708cdc9483fc662c (patch)
treec0a8e5456898cdb2f7c29f3dd3d340ccb52c95f7 /extensions/source
parent017347087ec63977cea60df00bd3de40d8980168 (diff)
INTEGRATION: CWS pchfix02 (1.2.14); FILE MERGED
2006/09/01 17:26:49 kaib 1.2.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/update/check/updatecheck.cxx7
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx7
-rw-r--r--extensions/source/update/check/updateprotocol.cxx7
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx7
4 files changed, 20 insertions, 8 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index 1f383c97b369..3c24c997b541 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheck.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-09-13 11:26:00 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:30: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_extensions.hxx"
+
#include <cppuhelper/implbase3.hxx>
#include <cppuhelper/implementationentry.hxx>
diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx
index eb5b0dfa12a7..d5a5be84b7fe 100644
--- a/extensions/source/update/check/updatecheckconfig.cxx
+++ b/extensions/source/update/check/updatecheckconfig.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheckconfig.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 09:56:29 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:30:23 $
*
* 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 "updatecheckconfig.hxx"
diff --git a/extensions/source/update/check/updateprotocol.cxx b/extensions/source/update/check/updateprotocol.cxx
index 8538a65720f6..9ff3cce8e44f 100644
--- a/extensions/source/update/check/updateprotocol.cxx
+++ b/extensions/source/update/check/updateprotocol.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updateprotocol.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2006-08-04 09:56:47 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:30:37 $
*
* 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"
+
#ifndef _COM_SUN_STAR_UCB_XCOMMMANDENVIRONMENT_HPP_
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#endif
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index 4025f7ab29f6..399ef975d222 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: updatecheckui.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ihi $ $Date: 2006-09-07 14:01:56 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:30:50 $
*
* 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 <list>
#include <cppuhelper/implbase3.hxx>