diff options
Diffstat (limited to 'drawinglayer/qa/unit')
-rw-r--r-- | drawinglayer/qa/unit/vclpixelprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx index 4c26c2d4bfde..6ccf1e7c55ab 100644 --- a/drawinglayer/qa/unit/vclpixelprocessor2d.cxx +++ b/drawinglayer/qa/unit/vclpixelprocessor2d.cxx @@ -61,7 +61,7 @@ public: basegfx::B2DRange definitionRange(0, 0, 100, 200); basegfx::B2DRange outputRange(0, 100, 100, 200); // Paint only lower half of the gradient. attribute::FillGradientAttribute attributes( - attribute::GradientStyle::Linear, 0, 0, 0, 0, + css::awt::GradientStyle_LINEAR, 0, 0, 0, 0, basegfx::utils::createColorStopsFromStartEndColor(COL_WHITE.getBColor(), COL_BLACK.getBColor())); rtl::Reference<primitive2d::FillGradientPrimitive2D> gradientPrimitive( |