summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/source/typeprovider.cxx7
-rw-r--r--cppuhelper/source/unourl.cxx7
-rw-r--r--cppuhelper/test/testdefaultbootstrapping.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/cppuhelper/source/typeprovider.cxx b/cppuhelper/source/typeprovider.cxx
index cc173d89faaa..13cfef05c507 100644
--- a/cppuhelper/source/typeprovider.cxx
+++ b/cppuhelper/source/typeprovider.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: typeprovider.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:30:25 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:43:10 $
*
* 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_cppuhelper.hxx"
+
#include <cppuhelper/typeprovider.hxx>
#include <osl/mutex.hxx>
diff --git a/cppuhelper/source/unourl.cxx b/cppuhelper/source/unourl.cxx
index a493497bca00..c446309c0220 100644
--- a/cppuhelper/source/unourl.cxx
+++ b/cppuhelper/source/unourl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unourl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:30:42 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:43: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_cppuhelper.hxx"
+
#include "cppuhelper/unourl.hxx"
#include "osl/diagnose.h"
diff --git a/cppuhelper/test/testdefaultbootstrapping.cxx b/cppuhelper/test/testdefaultbootstrapping.cxx
index c3e5e3db5637..e565cc58fa44 100644
--- a/cppuhelper/test/testdefaultbootstrapping.cxx
+++ b/cppuhelper/test/testdefaultbootstrapping.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testdefaultbootstrapping.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 09:32:45 $
+ * last change: $Author: obo $ $Date: 2006-09-16 12:44:18 $
*
* 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_cppuhelper.hxx"
+
#include <cstdio>
#include <rtl/process.h>