diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:18:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:18:41 +0000 |
commit | d5e7f8c14e52b585230f688634eb32b50ec3ed8e (patch) | |
tree | 007b92b8a931e43c073bf9ab96a2ba413f54c264 /transex3 | |
parent | 0f86fdb9b437a43a7a71fd247eec6cc648c03eae (diff) |
INTEGRATION: CWS pchfix02 (1.15.22); FILE MERGED
2006/09/01 17:55:13 kaib 1.15.22.1: #i68856# Added header markers and pch files
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/lngex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/lngex.cxx b/transex3/source/lngex.cxx index afc2876be1db..1353c6cd4f57 100644 --- a/transex3/source/lngex.cxx +++ b/transex3/source/lngex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lngex.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:23:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:18:41 $ * * 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_transex3.hxx" #include <stdio.h> // local includes |