diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:05:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:05:50 +0000 |
commit | 66c7f41e1ad8c0a6fa06b9f806e6fcd41962d3c5 (patch) | |
tree | 35d1851550839701ac8b344b5da12cb456b505d3 /vcl/source/gdi/octree.cxx | |
parent | c2e5c21852edbad93ea40d1fa59fd8dde4e4f8c8 (diff) |
INTEGRATION: CWS pchfix02 (1.4.110); FILE MERGED
2006/09/01 17:57:45 kaib 1.4.110.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/gdi/octree.cxx')
-rw-r--r-- | vcl/source/gdi/octree.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/octree.cxx b/vcl/source/gdi/octree.cxx index 883a9679d39a..51030ac7d371 100644 --- a/vcl/source/gdi/octree.cxx +++ b/vcl/source/gdi/octree.cxx @@ -4,9 +4,9 @@ * * $RCSfile: octree.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:27:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:05:50 $ * * 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 <limits.h> #ifndef _SV_BMPACC_HXX #include <bmpacc.hxx> |