summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par5.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par5.cxx b/sw/source/filter/ww8/ww8par5.cxx
index a7fd92c33839..40c6fee0cfa3 100644
--- a/sw/source/filter/ww8/ww8par5.cxx
+++ b/sw/source/filter/ww8/ww8par5.cxx
@@ -3266,9 +3266,9 @@ eF_ResT SwWW8ImplReader::Read_F_Tox( WW8FieldDesc* pF, OUString& rStr )
const SfxItemSet* pSet = pNd->GetpSwAttrSet();
if( pSet )
{
- if (SFX_ITEM_SET == pSet->GetItemState(RES_BREAK, false))
+ if (SfxItemState::SET == pSet->GetItemState(RES_BREAK, false))
aFltTOX.SetHadBreakItem(true);
- if (SFX_ITEM_SET == pSet->GetItemState(RES_PAGEDESC, false))
+ if (SfxItemState::SET == pSet->GetItemState(RES_PAGEDESC, false))
aFltTOX.SetHadPageDescItem(true);
}
}