summaryrefslogtreecommitdiff
path: root/include/vcl/gradient.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-03-07 01:57:34 -0300
committerCaolán McNamara <caolanm@redhat.com>2014-03-09 11:50:58 -0500
commit17c8678595298e62b602cd5c18ec2df7966164ac (patch)
tree812d0534fce2a749cf37162cff1570dff04e69bd /include/vcl/gradient.hxx
parentc95abf20ebd7c12570af5f7c9bc2f2b83a41dfb5 (diff)
fdo#63154 Remove old solar.h references
Remove some unused references in tools. Change sal_uLong to sal_uInt32 in filter and vcl. Change-Id: I92b928b980b2e7371edddfd74face10d5bec07df Reviewed-on: https://gerrit.libreoffice.org/8480 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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;