Kaydet (Commit) 9298c077 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: cosmetic reident of GlyphCachePeer class definition

Change-Id: If8b3e4dc04ff0ecdc358b91784c1f2b60c159498
üst 75ec6589
...@@ -322,16 +322,16 @@ public: ...@@ -322,16 +322,16 @@ public:
class GlyphCachePeer class GlyphCachePeer
{ {
protected: protected:
GlyphCachePeer() : mnBytesUsed(0) {} GlyphCachePeer() : mnBytesUsed(0) {}
virtual ~GlyphCachePeer() {} virtual ~GlyphCachePeer() {}
public: public:
sal_Int32 GetByteCount() const { return mnBytesUsed; } sal_Int32 GetByteCount() const { return mnBytesUsed; }
virtual void RemovingFont( ServerFont& ) {} virtual void RemovingFont( ServerFont& ) {}
virtual void RemovingGlyph( GlyphData& ) {} virtual void RemovingGlyph( GlyphData& ) {}
protected: protected:
sal_Int32 mnBytesUsed; sal_Int32 mnBytesUsed;
}; };
class VCL_DLLPUBLIC RawBitmap class VCL_DLLPUBLIC RawBitmap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment