summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/tools/emfpbrush.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/tools/emfpbrush.hxx')
-rw-r--r--drawinglayer/source/tools/emfpbrush.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/drawinglayer/source/tools/emfpbrush.hxx b/drawinglayer/source/tools/emfpbrush.hxx
index ec4ab11732f2..aee3fe02f60e 100644
--- a/drawinglayer/source/tools/emfpbrush.hxx
+++ b/drawinglayer/source/tools/emfpbrush.hxx
@@ -90,7 +90,7 @@ namespace emfplushelper
BrushTypeLinearGradient = 0x00000004
};
- struct EMFPPath;
+ class EMFPPath;
struct EMFPBrush : public EMFPObject
{
@@ -104,13 +104,13 @@ namespace emfplushelper
::Color secondColor; // first color is stored in solidColor;
basegfx::B2DHomMatrix brush_transformation;
bool hasTransformation;
- sal_Int32 blendPoints;
+ sal_uInt32 blendPoints;
std::unique_ptr<float[]> blendPositions;
float* blendFactors;
- sal_Int32 colorblendPoints;
+ sal_uInt32 colorblendPoints;
std::unique_ptr<float[]> colorblendPositions;
std::unique_ptr<::Color[]> colorblendColors;
- sal_Int32 surroundColorsNumber;
+ sal_uInt32 surroundColorsNumber;
std::unique_ptr<::Color[]> surroundColors;
std::unique_ptr<EMFPPath> path;
EmfPlusHatchStyle hatchStyle;