diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:37:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:37:08 +0000 |
commit | a99e03f8c4079005637b4d1443407aa6d15a1fac (patch) | |
tree | bbd14e4b48dd46594e45e8d49ea5d20671987772 /vcl | |
parent | 1de9ea36ebc448125599fe0c3b905344203e3bda (diff) |
INTEGRATION: CWS pchfix02 (1.11.320); FILE MERGED
2006/09/01 17:58:07 kaib 1.11.320.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/gdi/cdeint.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/source/gdi/cdeint.cxx b/vcl/unx/source/gdi/cdeint.cxx index 663376106cb2..e4e67888b2d9 100644 --- a/vcl/unx/source/gdi/cdeint.cxx +++ b/vcl/unx/source/gdi/cdeint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cdeint.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2005-11-01 10:38:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:37:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" #include <stdlib.h> #include <ctype.h> #include <unistd.h> |