summaryrefslogtreecommitdiff
path: root/svx/inc/svx/xftshtit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/svx/xftshtit.hxx')
-rwxr-xr-x[-rw-r--r--]svx/inc/svx/xftshtit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/svx/xftshtit.hxx b/svx/inc/svx/xftshtit.hxx
index 2df30973d38f..7761cb5492d7 100644..100755
--- a/svx/inc/svx/xftshtit.hxx
+++ b/svx/inc/svx/xftshtit.hxx
@@ -41,10 +41,10 @@ class XFormTextShadowTranspItem: public SfxUInt16Item
{
public:
TYPEINFO();
- XFormTextShadowTranspItem(USHORT nShdwTransparence = 0);
+ XFormTextShadowTranspItem(sal_uInt16 nShdwTransparence = 0);
XFormTextShadowTranspItem(SvStream& rIn);
virtual SfxPoolItem* Clone(SfxItemPool* pPool = NULL) const;
- virtual SfxPoolItem* Create(SvStream& rIn, USHORT nVer) const;
+ virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const;
};
#endif