summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/fntcache.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-11-18 11:34:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-11-18 14:55:12 +0100
commit003c837e9d029a671ea95f76da45573bbc260eea (patch)
treed372f62eab0a7afc9a07122284680be35e3c035b /sw/source/core/txtnode/fntcache.cxx
parenta4a865a85cfc922e75ed2ad5188e45a76bca92aa (diff)
rename IsStarSymbol to IsOpenSymbol
Change-Id: If525ba9826f5bc2d860233cbabf58d1d290be054 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142936 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/core/txtnode/fntcache.cxx')
-rw-r--r--sw/source/core/txtnode/fntcache.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/fntcache.cxx b/sw/source/core/txtnode/fntcache.cxx
index 290ff8cc1276..5b26029b36dd 100644
--- a/sw/source/core/txtnode/fntcache.cxx
+++ b/sw/source/core/txtnode/fntcache.cxx
@@ -364,7 +364,7 @@ sal_uInt16 SwFntObj::GetFontLeading( const SwViewShell *pSh, const OutputDevice&
Interestingly enough, bSymbol is false for 'StarSymbol; Arial Unicode MS', so
also check explicitly.
*/
- if( m_bSymbol || IsStarSymbol( m_pPrtFont->GetFamilyName()))
+ if( m_bSymbol || IsOpenSymbol( m_pPrtFont->GetFamilyName()))
m_nExtLeading = 0;
}