summaryrefslogtreecommitdiff
path: root/cppuhelper/test
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 11:18:51 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 11:18:51 +0000
commit91d04571ea091ff8afcef95658d4390f5bcc2a1d (patch)
tree2d587ef8ce15fea4002df81aa44fa6b6aad11367 /cppuhelper/test
parent1fe26ec84b68ff147f6ec42e1bd464c8a56e720f (diff)
INTEGRATION: CWS unomacli64 (1.2.6); FILE MERGED
2007/06/08 09:53:51 kr 1.2.6.1: #i78114# missing includes for precompiled headers
Diffstat (limited to 'cppuhelper/test')
-rw-r--r--cppuhelper/test/testcmp/TestComponent.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppuhelper/test/testcmp/TestComponent.cxx b/cppuhelper/test/testcmp/TestComponent.cxx
index d4de5c928548..9d6854ed6485 100644
--- a/cppuhelper/test/testcmp/TestComponent.cxx
+++ b/cppuhelper/test/testcmp/TestComponent.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TestComponent.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:27:36 $
+ * last change: $Author: obo $ $Date: 2007-07-18 12:18:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,10 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_cppuhelper.hxx"
+
+
#define CPPUHELPER_TEST_COMPONENT_IMPL
#include "TestComponent.hxx"