diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-04-26 14:28:55 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-04-26 14:28:55 +0000 |
commit | 7ce4433e1ba8c4b8435e289acd479b2a7d048911 (patch) | |
tree | da26212e1bea8ab324748f4bd1427a0d42f86151 /vcl | |
parent | 98ab1941fb8d83fa2cb794e736d1b1a1472bd6d1 (diff) |
#65293# HDU: upgrade to ICU2.1
Diffstat (limited to 'vcl')
-rwxr-xr-x | vcl/source/glyphs/gcach_layout.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/glyphs/gcach_layout.cxx b/vcl/source/glyphs/gcach_layout.cxx index 424ebddff87c..cadd375d9435 100755 --- a/vcl/source/glyphs/gcach_layout.cxx +++ b/vcl/source/glyphs/gcach_layout.cxx @@ -4,8 +4,8 @@ * * $RCSfile: gcach_layout.cxx,v $ * - * $Revision: 1.4 $ - * last change: $Author: hdu $ $Date: 2002-04-23 12:31:34 $ + * $Revision: 1.5 $ + * last change: $Author: vg $ $Date: 2002-04-26 15:28:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -200,7 +200,7 @@ ServerFontLayout* ServerFontLayoutEngine::operator()( ServerFont* pFont, #include <layout/LEScripts.h> #include <unicode/uscript.h> -using namespace icu_2_0; +using namespace icu_2_1; // ----------------------------------------------------------------------- |