summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlatr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmlatr.cxx')
-rw-r--r--sw/source/filter/html/htmlatr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlatr.cxx b/sw/source/filter/html/htmlatr.cxx
index b9b8f32aadd3..1f1254c19bb3 100644
--- a/sw/source/filter/html/htmlatr.cxx
+++ b/sw/source/filter/html/htmlatr.cxx
@@ -1816,7 +1816,7 @@ void HTMLEndPosLst::Insert( const SfxItemSet& rItemSet,
while( nWhich )
{
const SfxPoolItem *pItem;
- if( SfxItemState::SET == rItemSet.GetItemState( nWhich, bDeep, &pItem ) )
+ if( SfxItemState::SET == aIter.GetItemState( bDeep, &pItem ) )
{
Insert( *pItem, nStart, nEnd, rFormatInfos, bParaAttrs );
}