summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-23 11:02:40 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-23 11:47:01 +0000
commit5bf9b846ab74f3b84f8737dce7f2f47ec2b54c1a (patch)
treecddc4bcff7fcfda5150cdac93b2fd99f1783230f /vcl
parentd169bd53d46de8a21e40468b60d3868452baf7c6 (diff)
vcl: rearrange PhysicalFontCollection function listing order
Change-Id: If9492493f0fcbe8a282820d37bccf54af7cc60ec Reviewed-on: https://gerrit.libreoffice.org/20879 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/PhysicalFontCollection.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx
index 57a3e213926c..0d26a09e2578 100644
--- a/vcl/inc/PhysicalFontCollection.hxx
+++ b/vcl/inc/PhysicalFontCollection.hxx
@@ -76,10 +76,11 @@ private:
ImplPreMatchFontSubstitution* mpPreMatchHook; // device specific prematch substitution
ImplGlyphFallbackFontSubstitution* mpFallbackHook; // device specific glyph fallback substitution
- void InitGenericGlyphFallback() const;
mutable PhysicalFontFamily** mpFallbackList;
mutable int mnFallbackCount;
+ void InitGenericGlyphFallback() const;
+
PhysicalFontFamily* ImplFindBySearchName( const OUString& ) const;
PhysicalFontFamily* ImplFindByAliasName(const OUString& rSearchName,
const OUString& rShortName) const;