summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmldrawwriter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/htmldrawwriter.cxx')
-rw-r--r--sw/source/filter/html/htmldrawwriter.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/html/htmldrawwriter.cxx b/sw/source/filter/html/htmldrawwriter.cxx
index 28e34c6c3cd6..6f8fce4a9de1 100644
--- a/sw/source/filter/html/htmldrawwriter.cxx
+++ b/sw/source/filter/html/htmldrawwriter.cxx
@@ -72,8 +72,7 @@ void SwHTMLWriter::GetEEAttrsFromDrwObj( SfxItemSet& rItemSet,
while( nEEWhich )
{
const SfxPoolItem *pEEItem;
- bool bSet = SfxItemState::SET == rObjItemSet.GetItemState( nEEWhich, false,
- &pEEItem );
+ bool bSet = SfxItemState::SET == aIter.GetItemState( false, &pEEItem );
sal_uInt16 nSwWhich = 0;
switch( nEEWhich )