summaryrefslogtreecommitdiff
path: root/vcl/unx/inc/soicon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/inc/soicon.hxx')
-rw-r--r--vcl/unx/inc/soicon.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/inc/soicon.hxx b/vcl/unx/inc/soicon.hxx
index 419f9b2cc54a..4efaea4e736f 100644
--- a/vcl/unx/inc/soicon.hxx
+++ b/vcl/unx/inc/soicon.hxx
@@ -31,7 +31,7 @@ class SalDisplay;
class SalBitmap;
class Bitmap;
-BOOL SelectAppIconPixmap( SalDisplay *pDisplay, int nScreen,
- USHORT nIcon, USHORT iconSize,
+sal_Bool SelectAppIconPixmap( SalDisplay *pDisplay, int nScreen,
+ sal_uInt16 nIcon, sal_uInt16 iconSize,
Pixmap& icon_pixmap, Pixmap& icon_mask );
#endif