diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:55:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:55:44 +0000 |
commit | 45a819212a3bc4b358a31a57bbfbc57ebaead309 (patch) | |
tree | 7707c25d5e5222ac5d23f5bbff1efe8924522f42 /dtrans | |
parent | 3930c45a230512140e3e41fcb94f33801537ed3b (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:25:34 kaib 1.5.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/mctfentry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/cnttype/mctfentry.cxx b/dtrans/source/cnttype/mctfentry.cxx index 8783fc9dc16a..ec5ac31d8b05 100644 --- a/dtrans/source/cnttype/mctfentry.cxx +++ b/dtrans/source/cnttype/mctfentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mctfentry.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:59:30 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:55:44 $ * * 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 of other projects //----------------------------------------------------------------- |