diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:23:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:23:10 +0000 |
commit | b731d86445f624479515e57be238392a78ef4e42 (patch) | |
tree | af0d6238f60db84ee1e85f985c6fe726f62db7f8 /i18npool/source | |
parent | f1cc86aa7f2af2d734dbf8b6818876892a090785 (diff) |
INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGED
2006/09/01 17:30:47 kaib 1.4.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/search/levdis.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/search/levdis.cxx b/i18npool/source/search/levdis.cxx index a89349e245dd..7f9f65a07c94 100644 --- a/i18npool/source/search/levdis.cxx +++ b/i18npool/source/search/levdis.cxx @@ -4,9 +4,9 @@ * * $RCSfile: levdis.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:48:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:23:10 $ * * 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" /************************************************************************* Weighted Levenshtein Distance |