From dd16804e52984ded1ee739a22822daa068a13707 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sun, 30 Sep 2018 16:10:58 +0200 Subject: Drop duplicate PhysicalFontFace reference A LogicalFontInstance has a pointer to its parent font face. And don't pretend we can actually nest MultiSalLayout, so store the GenericSalLayout internally. Change-Id: I801acbc34497fc57e8e185eee34c1a1162dbea93 Reviewed-on: https://gerrit.libreoffice.org/62314 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vcl/outdev.hxx') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 04bd178ed300..fe7507213256 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1345,7 +1345,7 @@ public: ImplGlyphFallbackLayout( std::unique_ptr, ImplLayoutArgs& ) const; // tells whether this output device is RTL in an LTR UI or LTR in a RTL UI SAL_DLLPRIVATE std::unique_ptr - getFallbackFont( + getFallbackLayout( LogicalFontInstance* pLogicalFont, int nFallbackLevel, ImplLayoutArgs& rLayoutArgs) const; -- cgit