diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-11 13:45:11 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-05-11 13:45:11 +0200 |
commit | e924ca0d07165fa94c86e2c2b642458c9b2e08dd (patch) | |
tree | c2b111876c60865cf9165447c08d56b9e45e2073 /canvas/source/directx/dx_impltools.cxx | |
parent | ae9d7c2cef9ecd42687d64f985b9e2dcbc68a034 (diff) | |
parent | c5934ada09feec288519cbdfbe1c0c988a2fceec (diff) |
cws tl80: merge with DEV300 m77
Diffstat (limited to 'canvas/source/directx/dx_impltools.cxx')
-rwxr-xr-x | canvas/source/directx/dx_impltools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_impltools.cxx b/canvas/source/directx/dx_impltools.cxx index 30bd11a2271a..c298fb9238f9 100755 --- a/canvas/source/directx/dx_impltools.cxx +++ b/canvas/source/directx/dx_impltools.cxx @@ -196,7 +196,7 @@ namespace dxcanvas { const sal_uInt32 nPoints( rPoly.count() ); - if( !nPoints ) + if( nPoints < 2 ) return; rOutput->StartFigure(); |