diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:21:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:21:46 +0000 |
commit | a28a427381c75ade493cb1eaa20f28f2b6a5ade3 (patch) | |
tree | 275a6031830383d458c282b367d3835d9b27a3af /i18npool | |
parent | 9420945dd45ba664267ee5fb6341afe24a79e6c0 (diff) |
INTEGRATION: CWS pchfix02 (1.7.32); FILE MERGED
2006/09/01 17:30:46 kaib 1.7.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/filewriter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/localedata/filewriter.cxx b/i18npool/source/localedata/filewriter.cxx index b13648634379..eefce4b4bf39 100644 --- a/i18npool/source/localedata/filewriter.cxx +++ b/i18npool/source/localedata/filewriter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filewriter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-04-20 13:29:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:21:46 $ * * 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_i18npool.hxx" #include <stdio.h> #include <string.h> #include "LocaleNode.hxx" |