diff options
Diffstat (limited to 'vcl/generic/glyphs/glyphcache.cxx')
-rw-r--r-- | vcl/generic/glyphs/glyphcache.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/glyphcache.cxx b/vcl/generic/glyphs/glyphcache.cxx index 12788c0c2011..4d13c52a1f9f 100644 --- a/vcl/generic/glyphs/glyphcache.cxx +++ b/vcl/generic/glyphs/glyphcache.cxx @@ -147,7 +147,7 @@ GlyphCache& GlyphCache::GetInstance() } void GlyphCache::AddFontFile( const OString& rNormalizedName, int nFaceNum, - sal_IntPtr nFontId, const ImplFontAttributes& rDFA) + sal_IntPtr nFontId, const FontAttributes& rDFA) { if( mpFtManager ) mpFtManager->AddFontFile( rNormalizedName, nFaceNum, nFontId, rDFA); |