diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:44:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:44:52 +0000 |
commit | 127faf58476e6b03ef55ce26066865c5f274a724 (patch) | |
tree | e067619e28448119db10a2da0846b27234f856d3 /vcl | |
parent | 730cdaaf462f8c4066a08b0b54def6e2c43af8b7 (diff) |
INTEGRATION: CWS pchfix02 (1.28.112); FILE MERGED
2006/09/01 17:58:13 kaib 1.28.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/win/source/gdi/salgdi.cxx b/vcl/win/source/gdi/salgdi.cxx index 978dd19602bd..cf813a65ccfc 100644 --- a/vcl/win/source/gdi/salgdi.cxx +++ b/vcl/win/source/gdi/salgdi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: salgdi.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:59:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:44:52 $ * * 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_vcl.hxx" + #include <stdio.h> #include <string.h> |