diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:05:55 +0000 |
commit | 0a507a0dd6071dda1e6ac0216122e33c29152df5 (patch) | |
tree | 8b0b50111107016356f246aa11bd7654990d2718 /basic/source | |
parent | 825e2fa1ef586f6c47ccfe68f7dad32ef9261a7f (diff) |
INTEGRATION: CWS pchfix02 (1.29.14); FILE MERGED
2006/09/01 17:17:04 kaib 1.29.14.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 07614ebe65ad..8b04bbf9cff2 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -4,9 +4,9 @@ * * $RCSfile: runtime.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:33:23 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:05:55 $ * * 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 _FSYS_HXX //autogen #include <tools/fsys.hxx> #endif |