diff options
Diffstat (limited to 'basegfx/source/raster')
-rw-r--r-- | basegfx/source/raster/rasterconvert3d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx index 859ed47721e8..951cdbd65ebd 100644 --- a/basegfx/source/raster/rasterconvert3d.cxx +++ b/basegfx/source/raster/rasterconvert3d.cxx @@ -101,7 +101,7 @@ namespace basegfx aCurrentEntry->incrementRasterConversionLineEntry3D(nStep, *this); } - aCurrentLine.push_back(&(*(aCurrentEntry))); + aCurrentLine.push_back(&(*aCurrentEntry)); } } |