[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Apr 9 08:37:30 PDT 2014
vcl/source/gdi/outdev4.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 55df573e236173fb6c6f0af0a1f99ef4cb7d68d1
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 10 01:36:42 2014 +1000
Minor whitespace change
Change-Id: Icf3cc0ece477a1370d6dbf609e6b121075b3b999
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 1840797..f5ae9a7 100644
--- a/vcl/source/gdi/outdev4.cxx
+++ b/vcl/source/gdi/outdev4.cxx
@@ -833,13 +833,13 @@ void OutputDevice::DrawGradient( const PolyPolygon& rPolyPoly,
if ( mnDrawMode & DRAWMODE_NOGRADIENT )
return; // nothing to draw!
- if( mbInitClipRegion )
+ if ( mbInitClipRegion )
ImplInitClipRegion();
- if( mbOutputClipped )
+ if ( mbOutputClipped )
return;
- if( rPolyPoly.Count() && rPolyPoly[ 0 ].GetSize() )
+ if ( rPolyPoly.Count() && rPolyPoly[ 0 ].GetSize() )
{
if ( mnDrawMode & ( DRAWMODE_BLACKGRADIENT | DRAWMODE_WHITEGRADIENT | DRAWMODE_SETTINGSGRADIENT) )
{
More information about the Libreoffice-commits
mailing list