summaryrefslogtreecommitdiff
path: root/include/svl/itemiter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/itemiter.hxx')
-rw-r--r--include/svl/itemiter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/itemiter.hxx b/include/svl/itemiter.hxx
index bc6cca2a36fa..a779449468d7 100644
--- a/include/svl/itemiter.hxx
+++ b/include/svl/itemiter.hxx
@@ -47,8 +47,8 @@ public:
{ return _rSet._nCount ? *(_rSet._aItems+_nAkt) : 0; }
const SfxPoolItem* NextItem();
- sal_Bool IsAtStart() const { return _nAkt == _nStt; }
- sal_Bool IsAtEnd() const { return _nAkt == _nEnd; }
+ bool IsAtStart() const { return _nAkt == _nStt; }
+ bool IsAtEnd() const { return _nAkt == _nEnd; }
sal_uInt16 GetCurPos() const { return _nAkt; }
sal_uInt16 GetFirstPos() const { return _nStt; }