[Libreoffice-commits] core.git: vcl/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Dec 23 03:47:36 PST 2015
vcl/inc/PhysicalFontCollection.hxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 5bf9b846ab74f3b84f8737dce7f2f47ec2b54c1a
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Dec 23 11:02:40 2015 +1100
vcl: rearrange PhysicalFontCollection function listing order
Change-Id: If9492493f0fcbe8a282820d37bccf54af7cc60ec
Reviewed-on: https://gerrit.libreoffice.org/20879
Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>
diff --git a/vcl/inc/PhysicalFontCollection.hxx b/vcl/inc/PhysicalFontCollection.hxx
index 57a3e21..0d26a09 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;
More information about the Libreoffice-commits
mailing list