summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/dump/ww8darr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/dump/ww8darr.hxx')
-rw-r--r--sw/source/filter/ww8/dump/ww8darr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/dump/ww8darr.hxx b/sw/source/filter/ww8/dump/ww8darr.hxx
index caad5f3ec61f..ee63df9cf99c 100644
--- a/sw/source/filter/ww8/dump/ww8darr.hxx
+++ b/sw/source/filter/ww8/dump/ww8darr.hxx
@@ -32,12 +32,12 @@ typedef void (*FnOut)( SvStream& rSt, short );
struct SprmDumpInfo
{
- USHORT nId;
+ sal_uInt16 nId;
FnOut pOutFnc;
char* pName;
};
-SprmDumpInfo& WW8GetSprmDumpInfo( USHORT nId );
+SprmDumpInfo& WW8GetSprmDumpInfo( sal_uInt16 nId );
#endif