diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:59:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:59:02 +0000 |
commit | ee687cfe7b2d4485e651dd84419313d476e33eff (patch) | |
tree | 9c035da2202b990e9d07a6efe8eb44eea34b1878 /dtrans | |
parent | 97a192e6909e94b1156ed2ea2adc2bfc1aa683c3 (diff) |
INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGED
2006/09/01 17:25:37 kaib 1.24.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dnd/target.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index 5d4806d42aad..a06b5e9f0e2f 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -4,9 +4,9 @@ * * $RCSfile: target.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: ihi $ $Date: 2006-08-24 10:49:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:59:02 $ * * 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" + #ifndef _COM_SUN_STAR_DATATRANSFER_DND_DNDCONSTANTS_HPP_ #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #endif |