diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:34:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:34:47 +0000 |
commit | 862d5cd94cce2ef823507d29132c997a5b14c048 (patch) | |
tree | 8d23d73762f8cfda67784bb79c992ab3e384dbfd /codemaker | |
parent | 7f5e8ff5c3b34bfc210389cf4c9d3f601319a421 (diff) |
INTEGRATION: CWS pchfix02 (1.26.8); FILE MERGED
2006/09/01 17:19:20 kaib 1.26.8.1: #i68856# Added header markers and pch files
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/codemaker/global.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index 8011779789f6..fd025fff0b49 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -4,9 +4,9 @@ * * $RCSfile: global.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:23:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:34:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_codemaker.hxx" #include "osl/process.h" #include "rtl/strbuf.hxx" #include "rtl/ustring.hxx" |