diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:43 +0000 |
commit | d2928653c59ce97e8b597397deb73c4fc4643c6e (patch) | |
tree | 39e19ec11fe68a53f5b85c1ef3fa8c6bd95fef72 | |
parent | 315932f2e8b85bc8056c588f3b531a4a247fd02b (diff) |
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
-rw-r--r-- | extensions/test/ole/OleConverterVar1/convTest.cxx | 8 | ||||
-rw-r--r-- | extensions/test/ole/cppToUno/testcppuno.cxx | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/extensions/test/ole/OleConverterVar1/convTest.cxx b/extensions/test/ole/OleConverterVar1/convTest.cxx index 80cc8f477..bfddbb7fe 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 e0a50b706..75d385da7 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; |