diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:57:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:57:29 +0000 |
commit | 08fe024b43a28c20e5310829f21912d423abd448 (patch) | |
tree | 8cc4b504714b43c90d71b2138043a63dc553775a /dtrans | |
parent | db72cf1aef168bf41d4f771ec005dd120c07e046 (diff) |
INTEGRATION: CWS pchfix02 (1.13.40); FILE MERGED
2006/09/01 17:25:36 kaib 1.13.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipboard.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/clipb/WinClipboard.cxx b/dtrans/source/win32/clipb/WinClipboard.cxx index 7e3f964d6e98..27137ae809b6 100644 --- a/dtrans/source/win32/clipb/WinClipboard.cxx +++ b/dtrans/source/win32/clipb/WinClipboard.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WinClipboard.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:15:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:57:29 $ * * 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 //------------------------------------------------------------------------ |