Kaydet (Commit) bfc06059 authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: fdo#66524 don't invalidate font cache every time

The afm dirs are misdetected as having had something in it in the past and
having nothing in it now.

AFAICS it seems that this particular code has always been like this, so keeping
this fix separate for master only.

Change-Id: I8960d0b0d22ee24d5691eecdce262011dc141ea6
üst 019a8f3f
......@@ -1831,6 +1831,7 @@ void PrintFontManager::initialize()
m_aFontFileToFontID[ aFileName ].insert( m_nNextFontID );
m_aFonts[ m_nNextFontID++ ] = *it;
m_pFontCache->updateFontCacheEntry( *it, false );
++nDirFonts;
#if OSL_DEBUG_LEVEL > 2
nBuiltinFonts++;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment