From f205e4530ef4245ee29b934d050c4ac5c2ce7257 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 24 Jan 2019 19:00:10 +0000 Subject: Change SalGraphics::GetTextLayout definition * drop the unused ImplLayoutArgs argument * return a std::unique_ptr Change-Id: I150a2a46f67f1ffbbd3ba0ffa68f5bffb30206c8 Reviewed-on: https://gerrit.libreoffice.org/66884 Tested-by: Jenkins Reviewed-by: Noel Grandin Reviewed-by: Jan-Marek Glogowski --- vcl/inc/win/salgdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/win/salgdi.h') diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h index cc59322b3098..1d0f2d51204f 100644 --- a/vcl/inc/win/salgdi.h +++ b/vcl/inc/win/salgdi.h @@ -373,8 +373,8 @@ public: std::vector< sal_Int32 >& rWidths, Ucs2UIntMap& rUnicodeEnc ) override; - virtual std::unique_ptr - GetTextLayout( ImplLayoutArgs&, int nFallbackLevel ) override; + virtual std::unique_ptr + GetTextLayout(int nFallbackLevel) override; virtual void DrawTextLayout( const GenericSalLayout& ) override; virtual bool supportsOperation( OutDevSupportType ) const override; -- cgit