diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:20:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:20:37 +0000 |
commit | c440c28ba0e368c4720f0179d1783044f85263b1 (patch) | |
tree | ee0fe74c845d9b966ecf4ef436fca3da55f72d7c /i18npool | |
parent | ca1d65d2576f773df5c1a7846bf75b7748674734 (diff) |
INTEGRATION: CWS pchfix02 (1.3.38); FILE MERGED
2006/09/01 17:30:45 kaib 1.3.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/isolang/inunx.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/isolang/inunx.cxx b/i18npool/source/isolang/inunx.cxx index dbd46197f53e..3195f06afbb1 100644 --- a/i18npool/source/isolang/inunx.cxx +++ b/i18npool/source/isolang/inunx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: inunx.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-04-12 10:51:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:20: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_i18npool.hxx" + #include <stdlib.h> // for getenv() #include <stdio.h> |