summaryrefslogtreecommitdiff
path: root/editeng/inc/editeng/charrotateitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/editeng/charrotateitem.hxx')
-rwxr-xr-x[-rw-r--r--]editeng/inc/editeng/charrotateitem.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/editeng/inc/editeng/charrotateitem.hxx b/editeng/inc/editeng/charrotateitem.hxx
index f085beb2fe..4e9e0ab44f 100644..100755
--- a/editeng/inc/editeng/charrotateitem.hxx
+++ b/editeng/inc/editeng/charrotateitem.hxx
@@ -55,9 +55,9 @@ public:
const sal_uInt16 nId );
virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, USHORT) const;
- virtual SvStream& Store(SvStream & rStrm, USHORT nIVer) const;
- virtual USHORT GetVersion( USHORT nFileVersion ) const;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
+ virtual SvStream& Store(SvStream & rStrm, sal_uInt16 nIVer) const;
+ virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
@@ -65,10 +65,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 SvxCharRotateItem& operator=( const SvxCharRotateItem& rItem )
{