diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:01 +0000 |
commit | a9b1952e748d17634ff0f8b9630fa8baf8bfe418 (patch) | |
tree | c29856c0c424db539ed18cbf93db87ffd4c54796 /extensions/test/ole/OleClient | |
parent | 1ab34c563e4106ee126e6ade8545ef91a3fee919 (diff) |
INTEGRATION: CWS pchfix02 (1.3.186); FILE MERGED
2006/09/01 17:26:50 kaib 1.3.186.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/test/ole/OleClient')
-rw-r--r-- | extensions/test/ole/OleClient/axhost.cxx | 7 | ||||
-rw-r--r-- | extensions/test/ole/OleClient/funcs.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/extensions/test/ole/OleClient/axhost.cxx b/extensions/test/ole/OleClient/axhost.cxx index 51b102047f39..c53be1f8cbbf 100644 --- a/extensions/test/ole/OleClient/axhost.cxx +++ b/extensions/test/ole/OleClient/axhost.cxx @@ -4,9 +4,9 @@ * * $RCSfile: axhost.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:48:39 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:31:33 $ * * 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 "axhost.hxx" diff --git a/extensions/test/ole/OleClient/funcs.cxx b/extensions/test/ole/OleClient/funcs.cxx index fb18ded71f13..edd67b864f4d 100644 --- a/extensions/test/ole/OleClient/funcs.cxx +++ b/extensions/test/ole/OleClient/funcs.cxx @@ -4,9 +4,9 @@ * * $RCSfile: funcs.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:49:31 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:32:01 $ * * 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 <atlbase.h> #include <stdio.h> #include "cppuhelper/bootstrap.hxx" |