summaryrefslogtreecommitdiff
path: root/svx/inc/svx/sdshtitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/sdshtitm.hxx')
-rw-r--r--svx/inc/svx/sdshtitm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/sdshtitm.hxx b/svx/inc/svx/sdshtitm.hxx
index 34a2cf4eb924..787ed8b3c355 100644
--- a/svx/inc/svx/sdshtitm.hxx
+++ b/svx/inc/svx/sdshtitm.hxx
@@ -35,7 +35,7 @@
//---------------------
class SdrShadowTransparenceItem: public SdrPercentItem {
public:
- SdrShadowTransparenceItem(USHORT nTransp=0): SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE,nTransp) {}
+ SdrShadowTransparenceItem(sal_uInt16 nTransp=0): SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE,nTransp) {}
SdrShadowTransparenceItem(SvStream& rIn) : SdrPercentItem(SDRATTR_SHADOWTRANSPARENCE,rIn) {}
};