summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-20 15:41:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-08-21 21:28:01 +0200
commit2f97ae5def2e51cfec3240fa625ffd495288360e (patch)
tree27d49dc19288c21254023bc784618de5a3e3a6bf /include
parent3a6f510c3e3bc269b2816cd6cca57f81eb7c4ae3 (diff)
use LogicalFontInstance with SalGraphics
Change-Id: I66fb1ff4b2fdcc211e0a9d5831f6dcc5e564e789 Reviewed-on: https://gerrit.libreoffice.org/59372 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
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<SalLayout>
getFallbackFont(
- FontSelectPattern &rFontSelData, int nFallbackLevel,
+ LogicalFontInstance* pLogicalFont, int nFallbackLevel,
ImplLayoutArgs& rLayoutArgs) const;