diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-14 13:43:47 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-15 12:07:04 +0200 |
commit | cdaee607e89757886d9a2366581c98a393a688e0 (patch) | |
tree | bedb73ca50af81fe32672efde309ff85c704af9a /vcl/source | |
parent | 86bc68a4dabfb3c89f2b229ca42ab6a29ba8e696 (diff) |
Bin some excessive vertical whitespace
Change-Id: I1b3dac4cf6e04fb93cd9289b39419e556a387ee3
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/outdev/text.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
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; |