diff options
Diffstat (limited to 'vcl/unx/generic/gdi/salgdi3.cxx')
-rw-r--r-- | vcl/unx/generic/gdi/salgdi3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/salgdi3.cxx b/vcl/unx/generic/gdi/salgdi3.cxx index ae63464b2a5a..9a45d116b182 100644 --- a/vcl/unx/generic/gdi/salgdi3.cxx +++ b/vcl/unx/generic/gdi/salgdi3.cxx @@ -136,7 +136,7 @@ void X11SalGraphics::GetDevFontList( PhysicalFontCollection* pFontCollection ) } void -X11SalGraphics::GetFontAttributes( ImplFontAttributes *pFontAttributes, int nFallbackLevel ) +X11SalGraphics::GetFontAttributes( FontAttributes *pFontAttributes, int nFallbackLevel ) { mxTextRenderImpl->GetFontAttributes(pFontAttributes, nFallbackLevel); } |