summaryrefslogtreecommitdiff
path: root/sw/inc/pageiter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/pageiter.hxx')
-rw-r--r--sw/inc/pageiter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/pageiter.hxx b/sw/inc/pageiter.hxx
index 97e03873ec8d..2280ae414093 100644
--- a/sw/inc/pageiter.hxx
+++ b/sw/inc/pageiter.hxx
@@ -41,11 +41,11 @@ class SwPageIter {
public:
SwPageIter( const SwDoc &rDoc, const SwPosition &rStartPos );
- BOOL IsEnd() const { return 0 == pPage; }
- BOOL NextPage();
+ sal_Bool IsEnd() const { return 0 == pPage; }
+ sal_Bool NextPage();
const SwPageDesc* GetPageDesc() const;
- BOOL Seek( const SwPosition &rPos );
- BOOL GetPosition( SwPosition &rPos ) const;
+ sal_Bool Seek( const SwPosition &rPos );
+ sal_Bool GetPosition( SwPosition &rPos ) const;
};