summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 71598cabc92c..48d7524b676d 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -1804,7 +1804,7 @@ namespace drawinglayer
aTransform,
false,
eHatch,
- Color(rFillHatchAttribute.getColor()),
+ Color(maBColorModifierStack.getModifiedColor(rFillHatchAttribute.getColor())),
SvtGraphicFill::GradientType::Linear,
Color(),
Color(),
@@ -1825,7 +1825,7 @@ namespace drawinglayer
mpOutputDevice->DrawHatch(aToolsPolyPolygon,
Hatch(aHatchStyle,
- Color(rFillHatchAttribute.getColor()),
+ Color(maBColorModifierStack.getModifiedColor(rFillHatchAttribute.getColor())),
basegfx::fround(rFillHatchAttribute.getDistance()),
basegfx::fround(rFillHatchAttribute.getAngle() / F_PI1800)));