summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:24:13 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:24:13 +0000
commit1fdbc8f7ab522e60b72f4de2b9c5fbc82431df18 (patch)
treea29257dbda7113f38fadd76855adf9d899fcdc7b /cppu
parent054f5111d1bd8b418fba3e67551720106601f5cc (diff)
INTEGRATION: CWS unomacli64 (1.2.2); FILE MERGED
2007/06/05 15:15:55 kr 1.2.2.1: #i78114# missing includes for precompiled headers
Diffstat (limited to 'cppu')
-rw-r--r--cppu/test/ObjectFactory/CppObject.cxx7
-rw-r--r--cppu/test/ObjectFactory/ObjectFactory.cxx7
-rw-r--r--cppu/test/ObjectFactory/UnoObject.cxx7
3 files changed, 15 insertions, 6 deletions
diff --git a/cppu/test/ObjectFactory/CppObject.cxx b/cppu/test/ObjectFactory/CppObject.cxx
index 5d3264c5541a..7842e2d7cbc3 100644
--- a/cppu/test/ObjectFactory/CppObject.cxx
+++ b/cppu/test/ObjectFactory/CppObject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: CppObject.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:43:47 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:23:44 $
*
* 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_cppu.hxx"
+
#include "cppu/EnvDcp.hxx"
#include "cppuhelper/implbase1.hxx"
diff --git a/cppu/test/ObjectFactory/ObjectFactory.cxx b/cppu/test/ObjectFactory/ObjectFactory.cxx
index f11eff031de1..5ee7f636beef 100644
--- a/cppu/test/ObjectFactory/ObjectFactory.cxx
+++ b/cppu/test/ObjectFactory/ObjectFactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ObjectFactory.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:44:08 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:23:57 $
*
* 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_cppu.hxx"
+
#define CPPU_test_ObjectFactory_IMPL
#include "UnoObject.hxx"
diff --git a/cppu/test/ObjectFactory/UnoObject.cxx b/cppu/test/ObjectFactory/UnoObject.cxx
index c4eb42f8f19e..9245bf972477 100644
--- a/cppu/test/ObjectFactory/UnoObject.cxx
+++ b/cppu/test/ObjectFactory/UnoObject.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoObject.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:44:33 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:24: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_cppu.hxx"
+
#include "osl/interlck.h"
#include "uno/environment.h"
#include "uno/mapping.h"