diff options
Diffstat (limited to 'sw/inc/newhdl.hxx')
-rw-r--r-- | sw/inc/newhdl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/newhdl.hxx b/sw/inc/newhdl.hxx index 9d7efb2b42..572ee3e0fe 100644 --- a/sw/inc/newhdl.hxx +++ b/sw/inc/newhdl.hxx @@ -47,10 +47,10 @@ public: void SetWarnLnk( const Link &rLink ); void SetErrLnk( const Link &rLink ); - BOOL TryWarnMem(); + sal_Bool TryWarnMem(); - BOOL Flush_WarnMem(); - BOOL Flush_ExceptMem(); + sal_Bool Flush_WarnMem(); + sal_Bool Flush_ExceptMem(); SwNewHdl(); ~SwNewHdl(); |