summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/salbmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/salbmp.h')
-rw-r--r--vcl/inc/unx/salbmp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/unx/salbmp.h b/vcl/inc/unx/salbmp.h
index 3f45cd5d853c..0dd228c0b13f 100644
--- a/vcl/inc/unx/salbmp.h
+++ b/vcl/inc/unx/salbmp.h
@@ -49,11 +49,11 @@ private:
static BitmapBuffer* ImplCreateDIB(
Drawable aDrawable,
SalX11Screen nXScreen,
- long nDrawableDepth,
- long nX,
- long nY,
- long nWidth,
- long nHeight,
+ sal_Int32 nDrawableDepth,
+ sal_Int32 nX,
+ sal_Int32 nY,
+ sal_Int32 nWidth,
+ sal_Int32 nHeight,
bool bGrey
);