summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2016-05-13 11:11:46 +0200
committerJan Holesovsky <kendy@collabora.com>2016-05-16 14:56:57 +0200
commit611834f042cdef0b4f018eb1eeaa9483f1b24ca3 (patch)
tree870b779365a7d24bea830eeaa8b409cab9a0c2fa
parente884ffc7ffe409d5010c8f51f79bcfd3de369a59 (diff)
cairo svp: Build fixes.
Change-Id: I82f4fa3f07c7de74111e02bb96cfc85c019f0b55
-rw-r--r--include/vcl/salbtype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/salbtype.hxx b/include/vcl/salbtype.hxx
index 6820621633a8..cdd625969aa5 100644
--- a/include/vcl/salbtype.hxx
+++ b/include/vcl/salbtype.hxx
@@ -651,12 +651,12 @@ inline sal_uInt32 ColorMask::GetRedMask() const
return maR.mnMask;
}
-inline sal_uLong ColorMask::GetGreenMask() const
+inline sal_uInt32 ColorMask::GetGreenMask() const
{
return maG.mnMask;
}
-inline sal_uLong ColorMask::GetBlueMask() const
+inline sal_uInt32 ColorMask::GetBlueMask() const
{
return maB.mnMask;
}