[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Sat Jan 10 18:09:06 PST 2015
vcl/inc/generic/glyphcache.hxx | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
New commits:
commit 78964ab80c391a25a1030894e19319f1873d1154
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sun Jan 11 13:08:29 2015 +1100
vcl: cosmetic changes to ImplServerFontEntry definition
Change-Id: I61934fc2ebfaeaa0527f70f038e5aaae87ef730e
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx
index aeaaf2f..82702dd 100644
--- a/vcl/inc/generic/glyphcache.hxx
+++ b/vcl/inc/generic/glyphcache.hxx
@@ -270,16 +270,18 @@ private:
// a class for cache entries for physical font instances that are based on serverfonts
class VCL_DLLPUBLIC ImplServerFontEntry : public ImplFontEntry
{
+public:
+ ImplServerFontEntry( FontSelectPattern& );
+ virtual ~ImplServerFontEntry();
+
+ void SetServerFont(ServerFont* p);
+ void HandleFontOptions();
+
private:
- ServerFont* mpServerFont;
+ ServerFont* mpServerFont;
boost::shared_ptr<ImplFontOptions> mpFontOptions;
- bool mbGotFontOptions;
+ bool mbGotFontOptions;
-public:
- ImplServerFontEntry( FontSelectPattern& );
- virtual ~ImplServerFontEntry();
- void SetServerFont(ServerFont* p);
- void HandleFontOptions();
};
class VCL_DLLPUBLIC ServerFontLayout : public GenericSalLayout
More information about the Libreoffice-commits
mailing list