From 41dd4f4ac46d9b2271d0f4537f01ccb713274643 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 15:56:39 +0000 Subject: 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 --- dtrans/source/generic/dtrans.cxx | 7 +++++-- dtrans/source/generic/generic_clipboard.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'dtrans/source/generic') 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 #include 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 #ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_ -- cgit