diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:20:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:20:32 +0000 |
commit | 60eb3a5ca610784c1359025bdead15948572767c (patch) | |
tree | 9ebf69f93c51db02c204205c8e19af132c179f64 /vcl/source | |
parent | 49fc5834ea3a0a6cb73abf9b168a5670c63056f3 (diff) |
INTEGRATION: CWS pchfix02 (1.7.112); FILE MERGED
2006/09/01 17:57:55 kaib 1.7.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/scrwnd.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx index 8cc0c26e946c..80e017e71bd7 100644 --- a/vcl/source/window/scrwnd.cxx +++ b/vcl/source/window/scrwnd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scrwnd.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:39:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:20:32 $ * * 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 <math.h> #include <limits.h> |