diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 10:49:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-09-03 20:24:06 +0200 |
commit | b2edef8b437d0d885708c7d7f6a8da07b2f1f225 (patch) | |
tree | a6569a3cbce42b8ff6b4fc349bbc882b0ff55a03 /vcl/inc | |
parent | 889014c9b86f35048bc00ae97c3ccba6f6989417 (diff) |
rename NeedFallback to HasFallbackRun
Change-Id: Iec45f84b330fc4e4a62b352cb007747a19a27bed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121578
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/sallayout.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index 701be24a5e3e..8b5f41062e62 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -112,7 +112,7 @@ public: void NeedFallback( int nMinRunPos, int nEndRunPos, bool bRTL ) { maFallbackRuns.AddRun( nMinRunPos, nEndRunPos, bRTL ); } // methods used by BiDi and glyph fallback - bool NeedFallback() const + bool HasFallbackRun() const { return !maFallbackRuns.IsEmpty(); } bool PrepareFallback(const SalLayoutGlyphsImpl* pGlyphsImpl); |