diff options
-rw-r--r-- | vcl/generic/glyphs/gcach_layout.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx index 0e8cd649cb36..d04cebe04f22 100644 --- a/vcl/generic/glyphs/gcach_layout.cxx +++ b/vcl/generic/glyphs/gcach_layout.cxx @@ -61,9 +61,7 @@ void ServerFontLayout::DrawText( SalGraphics& rSalGraphics ) const bool ServerFontLayout::LayoutText( ImplLayoutArgs& rArgs ) { - ServerFontLayoutEngine* pLE = NULL; - if( !(rArgs.mnFlags & SAL_LAYOUT_COMPLEX_DISABLED) ) - pLE = mrServerFont.GetLayoutEngine(); + ServerFontLayoutEngine* pLE = mrServerFont.GetLayoutEngine(); if( !pLE ) pLE = &SimpleLayoutEngine::get(); |