summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r--vcl/inc/generic/glyphcache.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index 951c21186786..b3666f5cd206 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -185,7 +185,7 @@ public:
private:
friend class GlyphCache;
friend class ServerFontLayout;
- friend class ImplServerFontEntry;
+ friend class ServerFontInstance;
friend class X11SalGraphics;
friend class CairoTextRender;
@@ -243,11 +243,11 @@ private:
};
// a class for cache entries for physical font instances that are based on serverfonts
-class VCL_DLLPUBLIC ImplServerFontEntry : public LogicalFontInstance
+class VCL_DLLPUBLIC ServerFontInstance : public LogicalFontInstance
{
public:
- ImplServerFontEntry( FontSelectPattern& );
- virtual ~ImplServerFontEntry();
+ ServerFontInstance( FontSelectPattern& );
+ virtual ~ServerFontInstance();
void SetServerFont(ServerFont* p);
void HandleFontOptions();