From cdaee607e89757886d9a2366581c98a393a688e0 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 14 Jan 2016 13:43:47 +0200 Subject: Bin some excessive vertical whitespace Change-Id: I1b3dac4cf6e04fb93cd9289b39419e556a387ee3 --- vcl/source/outdev/text.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vcl/source') diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 1696ae2c3033..97e675475442 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -54,7 +54,6 @@ #include "graphite_features.hxx" #endif - #define TEXT_DRAW_ELLIPSIS (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis) ImplMultiTextLineInfo::ImplMultiTextLineInfo() @@ -299,9 +298,6 @@ bool OutputDevice::ImplDrawTextDirect( SalLayout& rSalLayout, if( ImplDrawRotateText( rSalLayout ) ) return true; - - - long nOldX = rSalLayout.DrawBase().X(); if( HasMirroredGraphics() ) { @@ -344,7 +340,6 @@ bool OutputDevice::ImplDrawTextDirect( SalLayout& rSalLayout, maFont.GetStrikeout(), maFont.GetUnderline(), maFont.GetOverline(), maFont.IsWordLineMode(), ImplIsUnderlineAbove( maFont ) ); - // emphasis marks if( maFont.GetEmphasisMark() & EMPHASISMARK_STYLE ) ImplDrawEmphasisMarks( rSalLayout ); @@ -853,7 +848,6 @@ void OutputDevice::DrawText( const Point& rStartPt, const OUString& rStr, nLen = rStr.getLength() - nIndex; } - if (mpOutDevData->mpRecordLayout) { pVector = &mpOutDevData->mpRecordLayout->m_aUnicodeBoundRects; -- cgit