diff options
Diffstat (limited to 'sw/source/ui/inc/navmgr.hxx')
-rw-r--r-- | sw/source/ui/inc/navmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/navmgr.hxx b/sw/source/ui/inc/navmgr.hxx index b2d35ae07e..2a86172e6c 100644 --- a/sw/source/ui/inc/navmgr.hxx +++ b/sw/source/ui/inc/navmgr.hxx @@ -60,9 +60,9 @@ public: /* Constructor that initializes the shell to the current shell */ SwNavigationMgr( SwWrtShell* pShell ); /* Can we go back in the history ? */ - BOOL backEnabled() ; + sal_Bool backEnabled() ; /* Can we go forward in the history ? */ - BOOL forwardEnabled(); + sal_Bool forwardEnabled(); /* The method that is called when we click the back button */ void goBack() ; /* The method that is called when we click the forward button */ |