summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor2d/vclpixelprocessor2d.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
index ddd6d331dbc4..d287739bca94 100644
--- a/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
@@ -173,10 +173,7 @@ namespace drawinglayer
aLocalPolygon.transform(maCurrentTransformation);
// try drawing; if it did not work, use standard fallback
- if(mpOutputDevice->TryDrawPolyLineDirect(
- aLocalPolygon,
- 0.0,
- fTransparency))
+ if(mpOutputDevice->DrawPolyLineDirect( aLocalPolygon, 0.0, fTransparency))
{
return true;
}
@@ -258,7 +255,7 @@ namespace drawinglayer
{
bHasPoints = true;
- if(mpOutputDevice->TryDrawPolyLineDirect(
+ if(mpOutputDevice->DrawPolyLineDirect(
aSingle,
fLineWidth,
fTransparency,