[Libreoffice-commits] core.git: vcl/source

Tor Lillqvist tml at collabora.com
Fri Jan 15 02:27:10 PST 2016


 vcl/source/outdev/text.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit cdaee607e89757886d9a2366581c98a393a688e0
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 14 13:43:47 2016 +0200

    Bin some excessive vertical whitespace
    
    Change-Id: I1b3dac4cf6e04fb93cd9289b39419e556a387ee3

diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 1696ae2..97e6754 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;


More information about the Libreoffice-commits mailing list