summaryrefslogtreecommitdiffstats
path: root/sw/inc/ndarr.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 17:11:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:16 +0100
commitc963d7e642c24f40c19fb9dc227db5da96728c12 (patch)
tree81fbcb736dad59a7e0d3bcd8f9e6b84e99bb5607 /sw/inc/ndarr.hxx
parentbool improvements (diff)
downloadcore-c963d7e642c24f40c19fb9dc227db5da96728c12.tar.gz
core-c963d7e642c24f40c19fb9dc227db5da96728c12.zip
bool improvements
Change-Id: I9324483db587be43238af79c2148d724397a4622
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,