diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:19:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:19:37 +0000 |
commit | 1e3352d2ec81258f728425bdb50264efc03083a5 (patch) | |
tree | 02c77b19ce75b3ef032b7d35d488bf24655b3aff /transex3 | |
parent | af5f72d2b9f2c07940e628f57355fbc1850e1af9 (diff) |
INTEGRATION: CWS pchfix02 (1.7.2); FILE MERGED
2006/09/01 17:55:14 kaib 1.7.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/srciter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/srciter.cxx b/transex3/source/srciter.cxx index 82e3a3f292ec..6d2f0295e4c1 100644 --- a/transex3/source/srciter.cxx +++ b/transex3/source/srciter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srciter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:11:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:19:37 $ * * 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_transex3.hxx" + #include "srciter.hxx" #include <stdio.h> |