diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:54:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:54:24 +0000 |
commit | 43ee8d5735f6853374dc0658c1ec1bca00b095c8 (patch) | |
tree | bcfd24ce32052c4d7e3740c8a97f27aff4d00d1e /dtrans | |
parent | f5632b0b4cc07fc6ca7cab095eec27a743eb5c42 (diff) |
INTEGRATION: CWS pchfix02 (1.3.40); FILE MERGED
2006/09/01 17:25:33 kaib 1.3.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/aqua/aqua_clipboard.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/aqua/aqua_clipboard.cxx b/dtrans/source/aqua/aqua_clipboard.cxx index bc8d956c36dd..300d938e1f6f 100644 --- a/dtrans/source/aqua/aqua_clipboard.cxx +++ b/dtrans/source/aqua/aqua_clipboard.cxx @@ -4,9 +4,9 @@ * * $RCSfile: aqua_clipboard.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:08:09 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:54:24 $ * * 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 _AQUA_CLIPBOARD_HXX_ #include "aqua_clipboard.hxx" #endif |