avoid problems with poppler's and vcl's FontInfo during runtime
Change-Id: I1dbd256812cccae1e6ed0ad8bb34ce427e5e5be8
This commit is contained in:
@@ -152,7 +152,7 @@ void FontSizeMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& r
|
||||
if ( !pFontList )
|
||||
pFontList.reset(new FontList( Application::GetDefaultDevice() ));
|
||||
|
||||
FontInfo aFntInfo = pFontList->Get( m_aFontDescriptor.Name, m_aFontDescriptor.StyleName );
|
||||
vcl::FontInfo aFntInfo = pFontList->Get( m_aFontDescriptor.Name, m_aFontDescriptor.StyleName );
|
||||
|
||||
// setup font size array
|
||||
if ( m_pHeightArray )
|
||||
|
Reference in New Issue
Block a user