diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:07:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:07:02 +0000 |
commit | 956a1f7ac1c2963d1a9d0d3ac93af01323e591c4 (patch) | |
tree | ac71f1ff8de3c6c75237b258a6ec130337bffa93 /basic/source | |
parent | efd9a19417a2bbe59ba2089e9e7e7af2e70d0e3d (diff) |
INTEGRATION: CWS pchfix02 (1.21.24); FILE MERGED
2006/09/01 17:17:05 kaib 1.21.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/step2.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index 903b4c4ba286..1c8e46fea8bb 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:47:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:07:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,11 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #include "runtime.hxx" #ifndef GCC -#pragma hdrstop #endif #include "iosys.hxx" #include "image.hxx" |