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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmldrawwriter.cxx b/sw/source/filter/html/htmldrawwriter.cxx
index 79e1e96b000f..db80f953c5f4 100644
--- a/sw/source/filter/html/htmldrawwriter.cxx
+++ b/sw/source/filter/html/htmldrawwriter.cxx
@@ -83,7 +83,7 @@ void SwHTMLWriter::GetEEAttrsFromDrwObj( SfxItemSet& rItemSet,
while( nEEWhich )
{
const SfxPoolItem *pEEItem;
- bool bSet = SFX_ITEM_SET == rObjItemSet.GetItemState( nEEWhich, false,
+ bool bSet = SfxItemState::SET == rObjItemSet.GetItemState( nEEWhich, false,
&pEEItem );
if( bSet || bSetDefaults )