summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itratr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itratr.hxx')
-rw-r--r--sw/source/core/text/itratr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index 8e0323d6f60e..4d0c06a8b25b 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -48,14 +48,14 @@ protected:
private:
OutputDevice *pLastOut;
- MSHORT nChgCnt;
+ sal_uInt16 nChgCnt;
SwRedlineItr *pRedln;
size_t nStartIndex;
size_t nEndIndex;
sal_Int32 nPos;
sal_uInt8 nPropFont;
const void* aMagicNo[ SW_SCRIPTS ];
- MSHORT aFntIdx[ SW_SCRIPTS ];
+ sal_uInt16 aFntIdx[ SW_SCRIPTS ];
const SwTxtNode* m_pTxtNode;
void SeekFwd( const sal_Int32 nPos );