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:
class GlyphCachePeer
{
protected:
GlyphCachePeer() : mnBytesUsed(0) {}
virtual ~GlyphCachePeer() {}
GlyphCachePeer() : mnBytesUsed(0) {}
virtual ~GlyphCachePeer() {}
public:
sal_Int32 GetByteCount() const { return mnBytesUsed; }
virtual void RemovingFont( ServerFont& ) {}
virtual void RemovingGlyph( GlyphData& ) {}
sal_Int32 GetByteCount() const { return mnBytesUsed; }
virtual void RemovingFont( ServerFont& ) {}
virtual void RemovingGlyph( GlyphData& ) {}
protected:
sal_Int32 mnBytesUsed;
sal_Int32 mnBytesUsed;
};
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