summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 12:32:43 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 12:32:43 +0000
commitcdbc9313a21fce8bee22e74cd45332721b621b03 (patch)
tree8b469b428c06f6b82ad2c555820111fa0e43e079 /extensions/test/ole
parentINTEGRATION: CWS pchfix02 (1.15.78); FILE MERGED (diff)
downloadcore-cdbc9313a21fce8bee22e74cd45332721b621b03.tar.gz
core-cdbc9313a21fce8bee22e74cd45332721b621b03.zip
INTEGRATION: CWS pchfix02 (1.4.186); FILE MERGED
2006/09/01 17:26:51 kaib 1.4.186.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/test/ole')
-rw-r--r--extensions/test/ole/OleConverterVar1/convTest.cxx8
-rw-r--r--extensions/test/ole/cppToUno/testcppuno.cxx8
2 files changed, 10 insertions, 6 deletions
diff --git a/extensions/test/ole/OleConverterVar1/convTest.cxx b/extensions/test/ole/OleConverterVar1/convTest.cxx
index 2f33eaad9bbf..71bd34282fb1 100644
--- a/extensions/test/ole/OleConverterVar1/convTest.cxx
+++ b/extensions/test/ole/OleConverterVar1/convTest.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convTest.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:50:04 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:32:15 $
*
* 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 <windows.h>
#include <comdef.h>
#include <tchar.h>
@@ -53,7 +56,6 @@ extern CComModule _Module;
#include <cppuhelper/servicefactory.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <rtl/string.h>
-#pragma hdrstop
CComModule _Module;
diff --git a/extensions/test/ole/cppToUno/testcppuno.cxx b/extensions/test/ole/cppToUno/testcppuno.cxx
index 1408a81f1bfc..865a8c2bd20d 100644
--- a/extensions/test/ole/cppToUno/testcppuno.cxx
+++ b/extensions/test/ole/cppToUno/testcppuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: testcppuno.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:51:44 $
+ * last change: $Author: obo $ $Date: 2006-09-16 13:32:43 $
*
* 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 <windows.h>
#include <comdef.h>
#include <tchar.h>
@@ -50,7 +53,6 @@ extern CComModule _Module;
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/servicefactory.hxx>
#include <rtl/string.h>
-#pragma hdrstop
CComModule _Module;