summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dbgloop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/dbgloop.hxx')
-rw-r--r--sw/source/core/inc/dbgloop.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/dbgloop.hxx b/sw/source/core/inc/dbgloop.hxx
index a89761a57c46..bfa17b466828 100644
--- a/sw/source/core/inc/dbgloop.hxx
+++ b/sw/source/core/inc/dbgloop.hxx
@@ -39,8 +39,8 @@ class SvStream;
class DbgLoopStack
{
- USHORT aCount[DBG_MAX_STACK];
- USHORT nPtr;
+ sal_uInt16 aCount[DBG_MAX_STACK];
+ sal_uInt16 nPtr;
const void *pDbg;
void Reset();
public: