diff options
Diffstat (limited to 'sw/inc/ftninfo.hxx')
-rw-r--r-- | sw/inc/ftninfo.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/ftninfo.hxx b/sw/inc/ftninfo.hxx index c3b9f7c7dc13..6a5a5c583eba 100644 --- a/sw/inc/ftninfo.hxx +++ b/sw/inc/ftninfo.hxx @@ -50,7 +50,7 @@ protected: bool m_bEndNote; public: SvxNumberType aFmt; - USHORT nFtnOffset; + sal_uInt16 nFtnOffset; void ChgPageDesc( SwPageDesc *pDesc ); SwPageDesc *GetPageDesc( SwDoc &rDoc ) const; @@ -70,7 +70,7 @@ public: virtual void Modify( SfxPoolItem* pOld, SfxPoolItem* pNew ); SwEndNoteInfo & operator=(const SwEndNoteInfo&); - BOOL operator==( const SwEndNoteInfo &rInf ) const; + sal_Bool operator==( const SwEndNoteInfo &rInf ) const; SwEndNoteInfo( SwTxtFmtColl *pTxtColl = 0); SwEndNoteInfo(const SwEndNoteInfo&); @@ -107,7 +107,7 @@ public: SwFtnInfo& operator=(const SwFtnInfo&); - BOOL operator==( const SwFtnInfo &rInf ) const; + sal_Bool operator==( const SwFtnInfo &rInf ) const; SwFtnInfo(SwTxtFmtColl* pTxtColl = 0); SwFtnInfo(const SwFtnInfo&); |