diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:03:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:03:52 +0000 |
commit | e619ec819b95cc1ffaf027267872e3c584293e77 (patch) | |
tree | 5cdc02c34aa12bcdfacdeff26bd433a05a1416e5 /dtrans | |
parent | 0aa8e41e39a2e72ecdbbe411393ff0940c1cae20 (diff) |
INTEGRATION: CWS pchfix02 (1.6.16); FILE MERGED
2006/09/01 17:25:41 kaib 1.6.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/workbench/testmarshal.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index 1fc68a0d276a..e95747b0e10d 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testmarshal.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:08:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:03:52 $ * * 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" + //_________________________________________________________________________________________________________________________ // interface includes |