summaryrefslogtreecommitdiff
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ndarr.hxx')
-rw-r--r--sw/inc/ndarr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx
index 4e8501f01e52..ad510d6083b8 100644
--- a/sw/inc/ndarr.hxx
+++ b/sw/inc/ndarr.hxx
@@ -201,10 +201,10 @@ public:
/** Go to next content-node that is not protected or hidden
(Both set FALSE ==> GoNext/GoPrevious!!!). */
- SwCntntNode* GoNextSection( SwNodeIndex *, int bSkipHidden = sal_True,
- int bSkipProtect = sal_True ) const;
- SwCntntNode* GoPrevSection( SwNodeIndex *, int bSkipHidden = sal_True,
- int bSkipProtect = sal_True ) const;
+ SwCntntNode* GoNextSection( SwNodeIndex *, bool bSkipHidden = sal_True,
+ bool bSkipProtect = sal_True ) const;
+ SwCntntNode* GoPrevSection( SwNodeIndex *, bool bSkipHidden = sal_True,
+ bool bSkipProtect = sal_True ) const;
/** Create an empty section of Start- and EndNote. It may be called
only if a new section with content is to be created,