diff options
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r-- | sw/inc/hhcwrp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx index 7f794757aa26..7b60590db033 100644 --- a/sw/inc/hhcwrp.hxx +++ b/sw/inc/hhcwrp.hxx @@ -51,8 +51,8 @@ class SwHHCWrapper : public editeng::HangulHanjaConversion // SwPaM or SwPosition by replace operations!) sal_Int32 nUnitOffset; - USHORT nPageCount; // page count for progress bar - USHORT nPageStart; // first checked page + sal_uInt16 nPageCount; // page count for progress bar + sal_uInt16 nPageStart; // first checked page sal_Bool bIsDrawObj; sal_Bool bIsStart; @@ -83,8 +83,8 @@ class SwHHCWrapper : public editeng::HangulHanjaConversion SwPaM *pCrsr ); void ChangeText_impl( const String &rNewText, sal_Bool bKeepAttributes ); - inline BOOL IsDrawObj() { return bIsDrawObj; } - inline void SetDrawObj( BOOL bNew ) { bIsDrawObj = bNew; } + inline sal_Bool IsDrawObj() { return bIsDrawObj; } + inline void SetDrawObj( sal_Bool bNew ) { bIsDrawObj = bNew; } protected: virtual void GetNextPortion( ::rtl::OUString& rNextPortion, |