diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:01:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:01:50 +0000 |
commit | a759804732101a3258724c888574eedcd2fd0907 (patch) | |
tree | 72bbf4f6b7cad3d5b51bfb08f0941e26b6ee4395 /dtrans | |
parent | d7517429d8533d8072fcf86582d5a04db602f46d (diff) |
INTEGRATION: CWS pchfix02 (1.4.40); FILE MERGED
2006/09/01 17:25:39 kaib 1.4.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/TxtCnvtHlp.cxx | 7 | ||||
-rw-r--r-- | dtrans/source/win32/dtobj/XNotifyingDataObject.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx index d96cc1082db9..af6f79201f39 100644 --- a/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx +++ b/dtrans/source/win32/dtobj/TxtCnvtHlp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TxtCnvtHlp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:25:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:01:38 $ * * 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_dtrans.hxx" + //------------------------------------------------------------------------ // includes //------------------------------------------------------------------------ diff --git a/dtrans/source/win32/dtobj/XNotifyingDataObject.cxx b/dtrans/source/win32/dtobj/XNotifyingDataObject.cxx index 1f7df7fdf987..0b4660964067 100644 --- a/dtrans/source/win32/dtobj/XNotifyingDataObject.cxx +++ b/dtrans/source/win32/dtobj/XNotifyingDataObject.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XNotifyingDataObject.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:25:53 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:01:50 $ * * 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_dtrans.hxx" + #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |