summaryrefslogtreecommitdiff
path: root/include/vcl/gradient.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/gradient.hxx')
-rw-r--r--include/vcl/gradient.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/gradient.hxx b/include/vcl/gradient.hxx
index c01e7b65b46c..adbe28f10cbb 100644
--- a/include/vcl/gradient.hxx
+++ b/include/vcl/gradient.hxx
@@ -37,10 +37,10 @@ class SvStream;
class Impl_Gradient
{
public:
- sal_uLong mnRefCount;
- GradientStyle meStyle;
- Color maStartColor;
- Color maEndColor;
+ sal_uInt32 mnRefCount;
+ GradientStyle meStyle;
+ Color maStartColor;
+ Color maEndColor;
sal_uInt16 mnAngle;
sal_uInt16 mnBorder;
sal_uInt16 mnOfsX;