diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:53:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:53:04 +0000 |
commit | 9d83ac972ae34e93c2b9494ff7956f5ecb1ffc65 (patch) | |
tree | 6a6bc56268bd550e4e3eab701127f3944472d937 /dtrans | |
parent | 01a03f71a5de67553a7f4e92003bc844a742dd25 (diff) |
INTEGRATION: CWS pchfix02 (1.9.40); FILE MERGED
2006/09/01 17:25:32 kaib 1.9.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_droptarget.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_droptarget.cxx b/dtrans/source/X11/X11_droptarget.cxx index 5ccabcd05e05..97ab1f2aaf8c 100644 --- a/dtrans/source/X11/X11_droptarget.cxx +++ b/dtrans/source/X11/X11_droptarget.cxx @@ -4,9 +4,9 @@ * * $RCSfile: X11_droptarget.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:02:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:53:04 $ * * 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" + #include <X11_selection.hxx> using namespace x11; |