diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:57:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:57:16 +0000 |
commit | db72cf1aef168bf41d4f771ec005dd120c07e046 (patch) | |
tree | 786988d24cb80d30e7516079912c07c67402fe5c /dtrans | |
parent | 0aed704b13fb2950853d03bb07fe8d25001ffb26 (diff) |
INTEGRATION: CWS pchfix02 (1.18.16); FILE MERGED
2006/09/01 17:25:36 kaib 1.18.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/clipb/WinClipbImpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dtrans/source/win32/clipb/WinClipbImpl.cxx b/dtrans/source/win32/clipb/WinClipbImpl.cxx index f5453c5af749..beee0a28ab50 100644 --- a/dtrans/source/win32/clipb/WinClipbImpl.cxx +++ b/dtrans/source/win32/clipb/WinClipbImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WinClipbImpl.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2006-06-20 06:01:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:57:16 $ * * 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 //------------------------------------------------------------------------ |