diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:33:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:33:34 +0000 |
commit | 1729de7152cea4ee2e12eeceb500aef85a86d007 (patch) | |
tree | b47257d7a9fc63aff87169f669d0b67afd9c0d83 /soltools | |
parent | 4e86d74a6c55d6c09fffba71fe60db434e58819e (diff) |
INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED
2006/09/01 17:40:16 kaib 1.4.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/giparser/gi_parse.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/soltools/giparser/gi_parse.cxx b/soltools/giparser/gi_parse.cxx index 76a8b2655a40..6687342e88b2 100644 --- a/soltools/giparser/gi_parse.cxx +++ b/soltools/giparser/gi_parse.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gi_parse.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:24:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:33:34 $ * * 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_soltools.hxx" + #include <gi_parse.hxx> #include <stdio.h> |