summaryrefslogtreecommitdiff
path: root/vcl/win/gdi
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2015-12-24 14:14:43 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2015-12-24 06:20:41 +0000
commit693fbbfacafed819798a99831ae7f642d10816c8 (patch)
tree986f92760160068c6b11759be65cb51cfbf897c9 /vcl/win/gdi
parent76a98f9d135b97e89beff4627783292c71e02ba8 (diff)
Class ImplGetDevFontList renamed to ImplDeviceFontList
Change-Id: I1282b61eacc4bac2f049340bd11c9467c0c239c0 Reviewed-on: https://gerrit.libreoffice.org/20918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/win/gdi')
-rw-r--r--vcl/win/gdi/salgdi3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/gdi/salgdi3.cxx b/vcl/win/gdi/salgdi3.cxx
index ca8b49ed236a..43c397144e4d 100644
--- a/vcl/win/gdi/salgdi3.cxx
+++ b/vcl/win/gdi/salgdi3.cxx
@@ -559,7 +559,7 @@ bool WinGlyphFallbackSubstititution::FindFontSubstitute( FontSelectPattern& rFon
}
// last level fallback, check each font type face one by one
- ImplGetDevFontList* pTestFontList = pFontCollection->GetDevFontList();
+ ImplDeviceFontList* pTestFontList = pFontCollection->GetDevFontList();
// limit the count of fonts to be checked to prevent hangs
static const int MAX_GFBFONT_COUNT = 600;
int nTestFontCount = pTestFontList->Count();