summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/drawattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/drawattr.cxx')
-rw-r--r--sc/source/ui/view/drawattr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/drawattr.cxx b/sc/source/ui/view/drawattr.cxx
index fa7872617c03..4f79673bcc91 100644
--- a/sc/source/ui/view/drawattr.cxx
+++ b/sc/source/ui/view/drawattr.cxx
@@ -41,7 +41,7 @@ String __EXPORT SvxDrawToolItem::GetValueText() const
//------------------------------------------------------------------------
-String __EXPORT SvxDrawToolItem::GetValueText( USHORT nVal ) const
+String __EXPORT SvxDrawToolItem::GetValueText( sal_uInt16 nVal ) const
{
const sal_Char* p;
@@ -71,9 +71,9 @@ SfxPoolItem* __EXPORT SvxDrawToolItem::Clone( SfxItemPool * ) const
//------------------------------------------------------------------------
-SfxPoolItem* __EXPORT SvxDrawToolItem::Create( SvStream& rStream, USHORT nVer ) const
+SfxPoolItem* __EXPORT SvxDrawToolItem::Create( SvStream& rStream, sal_uInt16 nVer ) const
{
- USHORT nVal;
+ sal_uInt16 nVal;
rStream >> nVal;
return new SvxDrawToolItem(nVal);
}