summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/dump/ww8darr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/dump/ww8darr.cxx')
-rw-r--r--sw/source/filter/ww8/dump/ww8darr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/dump/ww8darr.cxx b/sw/source/filter/ww8/dump/ww8darr.cxx
index 8e97075f2c69..cf142e703bc3 100644
--- a/sw/source/filter/ww8/dump/ww8darr.cxx
+++ b/sw/source/filter/ww8/dump/ww8darr.cxx
@@ -513,17 +513,17 @@ static int
}
-SprmDumpInfo& WW8GetSprmDumpInfo( USHORT nId )
+SprmDumpInfo& WW8GetSprmDumpInfo( sal_uInt16 nId )
{
// ggfs. Tab sortieren
- static BOOL bInit = FALSE;
+ static sal_Bool bInit = sal_False;
if( !bInit )
{
qsort( (void*)aSprmDumpTab,
sizeof( aSprmDumpTab ) / sizeof (aSprmDumpTab[ 0 ]),
sizeof( aSprmDumpTab[ 0 ] ),
CompSprmDumpId );
- bInit = TRUE;
+ bInit = sal_True;
}
// Sprm heraussuchen
void* pFound;