diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:02:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:02:39 +0000 |
commit | 6784d18fe93e45ffdc1fd34dff6d04ed4f533095 (patch) | |
tree | 6f2a98471c95cb086349be97ef27ef63ec2eff4d | |
parent | ad19a66242e2eaca11b2078c619d4878a8ee4882 (diff) |
INTEGRATION: CWS pchfix02 (1.5.16); FILE MERGED
2006/09/01 17:25:40 kaib 1.5.16.1: #i68856# Added header markers and pch files
-rw-r--r-- | dtrans/source/win32/ftransl/ftranslentry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/ftransl/ftranslentry.cxx b/dtrans/source/win32/ftransl/ftranslentry.cxx index 5b9234a3511f..e05c393c4ec2 100644 --- a/dtrans/source/win32/ftransl/ftranslentry.cxx +++ b/dtrans/source/win32/ftransl/ftranslentry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ftranslentry.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:07:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:02: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" + //----------------------------------------------------------------- // includes of other projects //----------------------------------------------------------------- |