diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:33:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 10:33:09 +0000 |
commit | 4d0693bbd28b2f26db8c7aae6923c5b582ddde8a (patch) | |
tree | 52b4b232ccf919e491e16976828cb3538317e3e8 /soltools/giparser | |
parent | c5af9e17a5472e7591cbccc2a9764259ce71881c (diff) |
INTEGRATION: CWS pchfix02 (1.2.30); FILE MERGED
2006/09/01 17:40:15 kaib 1.2.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'soltools/giparser')
-rw-r--r-- | soltools/giparser/gen_info.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/soltools/giparser/gen_info.cxx b/soltools/giparser/gen_info.cxx index 15cf5fda7ee2..78ddce54fe71 100644 --- a/soltools/giparser/gen_info.cxx +++ b/soltools/giparser/gen_info.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gen_info.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:23:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 11:33:09 $ * * 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 <gen_info.hxx> #include <gi_list.hxx> |