diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-03-07 01:57:34 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-09 11:50:58 -0500 |
commit | 17c8678595298e62b602cd5c18ec2df7966164ac (patch) | |
tree | 812d0534fce2a749cf37162cff1570dff04e69bd /include/vcl/hatch.hxx | |
parent | c95abf20ebd7c12570af5f7c9bc2f2b83a41dfb5 (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/hatch.hxx')
-rw-r--r-- | include/vcl/hatch.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/hatch.hxx b/include/vcl/hatch.hxx index 8be2fadeedb4..70515d43afc8 100644 --- a/include/vcl/hatch.hxx +++ b/include/vcl/hatch.hxx @@ -33,11 +33,11 @@ class SvStream; struct ImplHatch { - sal_uLong mnRefCount; + sal_uInt32 mnRefCount; Color maColor; HatchStyle meStyle; long mnDistance; - sal_uInt16 mnAngle; + sal_uInt16 mnAngle; ImplHatch(); ImplHatch( const ImplHatch& rImplHatch ); |