Kaydet (Commit) ff2628e1 authored tarafından himajin100000's avatar himajin100000 Kaydeden (comit) Noel Grandin

unprefixed to prefixed, GetRightToLeft() to IsRightToLeft()

Change-Id: Id11b30f14d0a4f4c8c45918ff15f32cab3171171
Reviewed-on: https://gerrit.libreoffice.org/52169Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 1e73a1bf
......@@ -3149,12 +3149,13 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, tools::Rectangle aClipRect, Po
}
#if OSL_DEBUG_LEVEL > 2
if ( rTextPortion.GetKind() == PORTIONKIND_HYPHENATOR )
// Do we really need this if statement?
if ( rTextPortion.GetKind() == PortionKind::HYPHENATOR )
{
aTmpFont.SetFillColor( COL_LIGHTGRAY );
aTmpFont.SetTransparent( sal_False );
}
if ( rTextPortion.GetRightToLeft() )
if ( rTextPortion.IsRightToLeft() )
{
aTmpFont.SetFillColor( COL_LIGHTGRAY );
aTmpFont.SetTransparent( sal_False );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment