diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:56:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:56:39 +0000 |
commit | 41dd4f4ac46d9b2271d0f4537f01ccb713274643 (patch) | |
tree | 6a96972373c8d8ac44fd64aa79714c5e9895b7b1 /dtrans | |
parent | 45a819212a3bc4b358a31a57bbfbc57ebaead309 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:25:35 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/wbench/testcnttype.cxx | 7 | ||||
-rw-r--r-- | dtrans/source/generic/dtrans.cxx | 7 | ||||
-rw-r--r-- | dtrans/source/generic/generic_clipboard.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx index 8445541e4554..bf396e3a53f9 100644 --- a/dtrans/source/cnttype/wbench/testcnttype.cxx +++ b/dtrans/source/cnttype/wbench/testcnttype.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testcnttype.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:59:41 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:55:57 $ * * 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" + //_________________________________________________________________________________________________________________________ // other includes diff --git a/dtrans/source/generic/dtrans.cxx b/dtrans/source/generic/dtrans.cxx index 157cc7dd3915..8bc91a520dd0 100644 --- a/dtrans/source/generic/dtrans.cxx +++ b/dtrans/source/generic/dtrans.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dtrans.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:00:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:56:26 $ * * 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" + #include <cppuhelper/factory.hxx> #include <clipboardmanager.hxx> diff --git a/dtrans/source/generic/generic_clipboard.cxx b/dtrans/source/generic/generic_clipboard.cxx index 8778c58f3236..fe068ba7ac8f 100644 --- a/dtrans/source/generic/generic_clipboard.cxx +++ b/dtrans/source/generic/generic_clipboard.cxx @@ -4,9 +4,9 @@ * * $RCSfile: generic_clipboard.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:00:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:56:39 $ * * 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" + #include <generic_clipboard.hxx> #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ |