diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:06:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:06:35 +0000 |
commit | bfb7222a9087e0eb9072d348184477b5cd483773 (patch) | |
tree | 5df3ce9b602bf5ab86ba7bf1c4597869978a138c /basic/source | |
parent | ba02817d472335e3a4cc465b1f4eb8feb43932e9 (diff) |
INTEGRATION: CWS pchfix02 (1.23.24); FILE MERGED
2006/09/01 17:17:05 kaib 1.23.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/step0.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx index 0b24b632ed5c..ee8de22771d3 100644 --- a/basic/source/runtime/step0.cxx +++ b/basic/source/runtime/step0.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step0.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:47:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:06:35 $ * * 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_basic.hxx" + #ifndef _SV_MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> #endif |