summaryrefslogtreecommitdiffstats
path: root/sfx2/source/dialog/styledlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/styledlg.cxx')
-rw-r--r--sfx2/source/dialog/styledlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx
index 664468a769d5..52669b69e170 100644
--- a/sfx2/source/dialog/styledlg.cxx
+++ b/sfx2/source/dialog/styledlg.cxx
@@ -134,7 +134,7 @@ IMPL_LINK( SfxStyleDialog, CancelHdl, Button *, pButton )
{
SfxItemState eState = pInSet->GetItemState( nWhich, false );
- if ( SFX_ITEM_DEFAULT == eState )
+ if ( SfxItemState::DEFAULT == eState )
pExampleSet->ClearItem( nWhich );
else
pExampleSet->Put( pInSet->Get( nWhich ) );