summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-04-10 01:36:42 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-04-10 01:36:42 +1000
commit55df573e236173fb6c6f0af0a1f99ef4cb7d68d1 (patch)
tree1edd0d1db16f5cdcf1aea0850a0d887e93285c26 /vcl
parent0156a3c3ce5359b19b05248801571a56d320c2a8 (diff)
Minor whitespace change
Change-Id: Icf3cc0ece477a1370d6dbf609e6b121075b3b999
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev4.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 184079781b79..f5ae9a7316db 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) )
{