Author: arielch
Date: Wed May  8 22:11:05 2013
New Revision: 1480488

URL: http://svn.apache.org/r1480488
Log:
Fix build breaker

Modified:
    openoffice/trunk/main/vcl/source/glyphs/gcach_ftyp.cxx

Modified: openoffice/trunk/main/vcl/source/glyphs/gcach_ftyp.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/source/glyphs/gcach_ftyp.cxx?rev=1480488&r1=1480487&r2=1480488&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/source/glyphs/gcach_ftyp.cxx (original)
+++ openoffice/trunk/main/vcl/source/glyphs/gcach_ftyp.cxx Wed May  8 22:11:05 
2013
@@ -131,7 +131,7 @@ FT_Error (*pFTEmbolden)(FT_GlyphSlot);
 FT_Error (*pFTOblique)(FT_GlyphSlot);
 static bool bEnableSizeFT = false;
 
-typedef ::std::hash_map< const char*, FtFontFile*, CStringHash, CStringEqual> 
FontFileList;
+typedef ::std::hash_map< const char*, FtFontFile*, rtl::CStringHash, 
rtl::CStringEqual> FontFileList;
 namespace { struct vclFontFileList : public rtl::Static< FontFileList, 
vclFontFileList > {}; }
 
 // -----------------------------------------------------------------------


Reply via email to