diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:01:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:01:20 +0000 |
commit | 32d5c690421f28e2ac3ba591550e1b389c26b8c8 (patch) | |
tree | 0fd2ba77073bc616913eeb61504aa485ab96bb6b /basic/source | |
parent | f5057919b78672bad7ac2fcf50a82b62bfd38e80 (diff) |
INTEGRATION: CWS pchfix02 (1.13.24); FILE MERGED
2006/09/01 17:17:02 kaib 1.13.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/comp/codegen.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/comp/codegen.cxx b/basic/source/comp/codegen.cxx index f2cc15cd17d4..645ab9a74315 100644 --- a/basic/source/comp/codegen.cxx +++ b/basic/source/comp/codegen.cxx @@ -4,9 +4,9 @@ * * $RCSfile: codegen.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:41:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:01:20 $ * * 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 <sbx.hxx> #include "sbcomp.hxx" #include "image.hxx" |