diff options
-rw-r--r-- | vcl/source/outdev/font.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx index c3f7343bb823..65fb116ae047 100644 --- a/vcl/source/outdev/font.cxx +++ b/vcl/source/outdev/font.cxx @@ -1332,8 +1332,6 @@ std::unique_ptr<SalLayout> OutputDevice::getFallbackLayout( return nullptr; } - pFallback->AdjustLayout( rLayoutArgs ); - return pFallback; } |