From 693fbbfacafed819798a99831ae7f642d10816c8 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Thu, 24 Dec 2015 14:14:43 +1100 Subject: Class ImplGetDevFontList renamed to ImplDeviceFontList Change-Id: I1282b61eacc4bac2f049340bd11c9467c0c239c0 Reviewed-on: https://gerrit.libreoffice.org/20918 Tested-by: Jenkins Reviewed-by: Chris Sherlock --- vcl/win/gdi/salgdi3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/win/gdi') 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(); -- cgit