diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:18:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:18:06 +0000 |
commit | 04972349e3763707b9bb01d0cbee1324b7e121fd (patch) | |
tree | 2b57cca9e5a88d5b0edce3da17f787c97b96ce32 /vcl/source/window/dockmgr.cxx | |
parent | 1cf43c9c6e7143532792f728eb451e05c7f9ab23 (diff) |
INTEGRATION: CWS pchfix02 (1.20.112); FILE MERGED
2006/09/01 17:57:53 kaib 1.20.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/window/dockmgr.cxx')
-rw-r--r-- | vcl/source/window/dockmgr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/dockmgr.cxx b/vcl/source/window/dockmgr.cxx index 15672f9de0d0..770c4647bd98 100644 --- a/vcl/source/window/dockmgr.cxx +++ b/vcl/source/window/dockmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dockmgr.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:37:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:18:06 $ * * 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" + #ifndef _SV_SVSYS_HXX #include <svsys.h> #endif |