summaryrefslogtreecommitdiff
path: root/svl/inc/svl/itemiter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/itemiter.hxx')
-rw-r--r--svl/inc/svl/itemiter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svl/inc/svl/itemiter.hxx b/svl/inc/svl/itemiter.hxx
index a98f2da24d55..627b51087b25 100644
--- a/svl/inc/svl/itemiter.hxx
+++ b/svl/inc/svl/itemiter.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,8 +39,8 @@ class SfxItemPool;
class SVL_DLLPUBLIC SfxItemIter
{
// Item-Feld - Start & Ende
- const SfxItemSet& _rSet;
- USHORT _nStt, _nEnd, _nAkt;
+ const SfxItemSet& _rSet;
+ USHORT _nStt, _nEnd, _nAkt;
public:
SfxItemIter( const SfxItemSet& rSet );
@@ -58,7 +58,7 @@ public:
const SfxPoolItem* NextItem();
const SfxPoolItem* PrevItem();
- BOOL IsAtStart() const { return _nAkt == _nStt; }
+ BOOL IsAtStart() const { return _nAkt == _nStt; }
BOOL IsAtEnd() const { return _nAkt == _nEnd; }
USHORT GetCurPos() const { return _nAkt; }