diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:06:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:06:49 +0000 |
commit | efd9a19417a2bbe59ba2089e9e7e7af2e70d0e3d (patch) | |
tree | d67ecfabda82a13fdbef763c8c7590c3b9375e0f /basic/source | |
parent | bfb7222a9087e0eb9072d348184477b5cd483773 (diff) |
INTEGRATION: CWS pchfix02 (1.12.24); FILE MERGED
2006/09/01 17:17:05 kaib 1.12.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/step1.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx index 54a61fd69486..68c7238768f1 100644 --- a/basic/source/runtime/step1.cxx +++ b/basic/source/runtime/step1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step1.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:47:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:06:49 $ * * 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" + #include <stdlib.h> #include <rtl/math.hxx> #include "runtime.hxx" |