diff options
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index 3875c5b1c15e..02f9742016ad 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -95,8 +95,8 @@ struct SW_DLLPUBLIC ShellResource : public Resource // returns for the specific filter the new names of pagedescs // This method is for the old code of the specific filters with // now localized names - String GetPageDescName( USHORT nNo, BOOL bFirst = FALSE, - BOOL bFollow = FALSE ); + String GetPageDescName( sal_uInt16 nNo, sal_Bool bFirst = sal_False, + sal_Bool bFollow = sal_False ); ShellResource(); ~ShellResource(); |