summaryrefslogtreecommitdiff
path: root/vcl/inc/fontinstance.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-09 12:58:19 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-09 13:00:11 +1100
commiteba202b65accc0b4c4e08346c8e579eea58342f4 (patch)
tree9ef7ba269c87d7dd4600ad1351e9c83770af8d6c /vcl/inc/fontinstance.hxx
parent85ac3cd63f6720ff2d3c4b7491f4ad296219fa53 (diff)
vcl: rename m_pFontCache to mpFontCache in LogicalFontInstance
This is the only variable in LogicalFontInstance with m_ as the prefix, so changing to mpFontCache for consistency. Also small tab cleanup in fontmanager.hxx Change-Id: Id79392337795259568fbe71efb5200f1e31219a8
Diffstat (limited to 'vcl/inc/fontinstance.hxx')
-rw-r--r--vcl/inc/fontinstance.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/fontinstance.hxx b/vcl/inc/fontinstance.hxx
index 01f4c5900f75..892ce15667e2 100644
--- a/vcl/inc/fontinstance.hxx
+++ b/vcl/inc/fontinstance.hxx
@@ -40,7 +40,7 @@ public:
virtual ~LogicalFontInstance();
public: // TODO: make data members private
- ImplFontCache * m_pFontCache;
+ ImplFontCache * mpFontCache;
FontSelectPattern maFontSelData; // FontSelectionData
ImplFontAttributes maFontAttributes; // Font attributes
const ConvertChar* mpConversion; // used e.g. for StarBats->StarSymbol