diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:52:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:52:36 +0000 |
commit | c55a2dd49c7d012f72fddece827f6a25d884ea88 (patch) | |
tree | bb577ab5d8d9bf1171baccfcac39dab8b85d84fb /dtrans | |
parent | f1a199c73009309bd32f5c6ccbb240549a08ab59 (diff) |
INTEGRATION: CWS pchfix02 (1.15.16); FILE MERGED
2006/09/01 17:25:32 kaib 1.15.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/X11/X11_clipboard.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/X11/X11_clipboard.cxx b/dtrans/source/X11/X11_clipboard.cxx index 375fa7c5ec5f..2603335b8bfd 100644 --- a/dtrans/source/X11/X11_clipboard.cxx +++ b/dtrans/source/X11/X11_clipboard.cxx @@ -4,9 +4,9 @@ * * $RCSfile: X11_clipboard.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:57:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:52:36 $ * * 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/Xatom.h> #include <X11_clipboard.hxx> #include <X11_transferable.hxx> |