diff options
author | Herbert Duerr <hdu@openoffice.org> | 2002-04-30 07:20:07 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2002-04-30 07:20:07 +0000 |
commit | dff5d92f41d48c515f22d8eb119d12352d09d13c (patch) | |
tree | e3a6e6ab71b5955755b2f6959e17a0e1b44646f2 /vcl/source/glyphs | |
parent | 15d4cb5bbe3a7665a7dd8aa88c76ab47fe053039 (diff) |
#65293# use generic icu namespace
Diffstat (limited to 'vcl/source/glyphs')
-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 cadd375d9435..ca2ffaeb414a 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.5 $ - * last change: $Author: vg $ $Date: 2002-04-26 15:28:55 $ + * $Revision: 1.6 $ + * last change: $Author: hdu $ $Date: 2002-04-30 08:20:07 $ * * 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_1; +using namespace U_ICU_NAMESPACE; // ----------------------------------------------------------------------- |