diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:33:10 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 14:33:10 +0000 |
commit | 036a37461192acebc9ba90ced14ce9beb3e9a888 (patch) | |
tree | 7e711ef7f1f40b0c9c9d52e7d083ba5d519f3123 /vcl | |
parent | c5ab3933e140c80bc1c8787aab9aeadd7e019892 (diff) |
INTEGRATION: CWS internatiodel (1.118.32); FILE MERGED
2006/02/10 21:52:45 er 1.118.32.2: RESYNC: (1.118-1.119); FILE MERGED
2006/02/10 19:31:34 er 1.118.32.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/glyphs/gcach_ftyp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.cxx b/vcl/source/glyphs/gcach_ftyp.cxx index 0c1bc70c58d8..8a2ab19f3d56 100644 --- a/vcl/source/glyphs/gcach_ftyp.cxx +++ b/vcl/source/glyphs/gcach_ftyp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gcach_ftyp.cxx,v $ * - * $Revision: 1.121 $ + * $Revision: 1.122 $ * - * last change: $Author: obo $ $Date: 2006-03-29 11:26:11 $ + * last change: $Author: vg $ $Date: 2006-04-07 15:33:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,7 +96,7 @@ #include <svapp.hxx> #include <settings.hxx> -#include <tools/lang.hxx> +#include <i18npool/lang.h> #if defined( FT_NEXT_SHORT ) && !defined( NEXT_Short ) // Account for differing versions of freetype... |