summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/navmgr.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-07 09:44:43 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-07 09:54:01 +0900
commit701db391b3d3b689af4ca5ab9d67c35b2459c1b3 (patch)
tree16ca7ede96c5cacfa8bba8f62acff188af7d558d /sw/source/ui/inc/navmgr.hxx
parentWaE due lcms2 include, hide it (diff)
downloadcore-701db391b3d3b689af4ca5ab9d67c35b2459c1b3.tar.gz
core-701db391b3d3b689af4ca5ab9d67c35b2459c1b3.zip
sal_Bool to bool
Change-Id: Ieeebcd89ae2728c6314f28413759bbb353c327bf
Diffstat (limited to 'sw/source/ui/inc/navmgr.hxx')
-rw-r--r--sw/source/ui/inc/navmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/navmgr.hxx b/sw/source/ui/inc/navmgr.hxx
index 29b63defbaa2..f1ff4cb73780 100644
--- a/sw/source/ui/inc/navmgr.hxx
+++ b/sw/source/ui/inc/navmgr.hxx
@@ -63,9 +63,9 @@ public:
/* Constructor that initializes the shell to the current shell */
SwNavigationMgr( SwWrtShell & rShell );
/* Can we go back in the history ? */
- sal_Bool backEnabled() ;
+ bool backEnabled() ;
/* Can we go forward in the history ? */
- sal_Bool forwardEnabled();
+ 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 */