From 2f97ae5def2e51cfec3240fa625ffd495288360e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 20 Aug 2018 15:41:17 +0100 Subject: use LogicalFontInstance with SalGraphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I66fb1ff4b2fdcc211e0a9d5831f6dcc5e564e789 Reviewed-on: https://gerrit.libreoffice.org/59372 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/outdev.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index ff37b971b344..54c22e6cc7fd 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1341,7 +1341,7 @@ public: // tells whether this output device is RTL in an LTR UI or LTR in a RTL UI SAL_DLLPRIVATE std::unique_ptr getFallbackFont( - FontSelectPattern &rFontSelData, int nFallbackLevel, + LogicalFontInstance* pLogicalFont, int nFallbackLevel, ImplLayoutArgs& rLayoutArgs) const; -- cgit