diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:32:29 +0000 |
commit | e164239110a9396bf2ce3ef0dba1d50b96331cca (patch) | |
tree | c63fb784798729ad7a7402e7a61ebb35613c48ed /extensions/test | |
parent | a9b1952e748d17634ff0f8b9630fa8baf8bfe418 (diff) |
INTEGRATION: CWS pchfix02 (1.15.78); FILE MERGED
2006/09/01 17:26:51 kaib 1.15.78.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/test')
-rw-r--r-- | extensions/test/ole/cpnt/cpnt.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 5fa0764dea33..5b6f0507adea 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cpnt.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: vg $ $Date: 2006-04-07 11:59:34 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:32:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_extensions.hxx" #include <windows.h> #include <atlbase.h> #include <stdio.h> |