diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:03:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:03:25 +0000 |
commit | 3f96fcb7c5cf776eeee970b344871671fd1e3cff (patch) | |
tree | 44cfa9299d40e8a0c143803d9eda26cfaa69458e /dtrans/source/win32/workbench | |
parent | 1c49dbc59c8b89cf5e1abb7a15cfd693ce0c7f1b (diff) |
INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED
2006/09/01 17:25:41 kaib 1.4.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans/source/win32/workbench')
-rw-r--r-- | dtrans/source/win32/workbench/XTDo.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/workbench/XTDo.cxx b/dtrans/source/win32/workbench/XTDo.cxx index 139d81ba531e..72509b5cad3d 100644 --- a/dtrans/source/win32/workbench/XTDo.cxx +++ b/dtrans/source/win32/workbench/XTDo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XTDo.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:08:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:03:25 $ * * 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 //------------------------------------------------------------------------ |