summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/charscaleitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/charscaleitem.hxx')
-rwxr-xr-x[-rw-r--r--]editeng/inc/editeng/charscaleitem.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/editeng/inc/editeng/charscaleitem.hxx b/editeng/inc/editeng/charscaleitem.hxx
index 6c6e0db5b5..19967f6a23 100644..100755
--- a/editeng/inc/editeng/charscaleitem.hxx
+++ b/editeng/inc/editeng/charscaleitem.hxx
@@ -52,9 +52,9 @@ public:
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, USHORT) const;
- virtual SvStream& Store( SvStream& , USHORT nItemVersion ) const;
- virtual USHORT GetVersion( USHORT nFileVersion ) const;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
+ virtual SvStream& Store( SvStream& , sal_uInt16 nItemVersion ) const;
+ virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
@@ -62,10 +62,8 @@ public:
String &rText,
const IntlWrapper * = 0 ) const;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal,
- BYTE nMemberId );
- virtual bool QueryValue( com::sun::star::uno::Any& rVal,
- BYTE nMemberId ) const;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
inline SvxCharScaleWidthItem& operator=(const SvxCharScaleWidthItem& rItem )
{