summaryrefslogtreecommitdiff
path: root/svx/source/mnuctrls/SmartTagCtl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/mnuctrls/SmartTagCtl.cxx')
-rw-r--r--svx/source/mnuctrls/SmartTagCtl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/mnuctrls/SmartTagCtl.cxx b/svx/source/mnuctrls/SmartTagCtl.cxx
index 43c06f15586f..78a2ffb9999c 100644
--- a/svx/source/mnuctrls/SmartTagCtl.cxx
+++ b/svx/source/mnuctrls/SmartTagCtl.cxx
@@ -140,7 +140,7 @@ void SvxSmartTagsControl::StateChanged( sal_uInt16, SfxItemState eState, const S
{
mrParent.EnableItem( GetId(), SFX_ITEM_DISABLED != eState );
- if ( SFX_ITEM_AVAILABLE == eState )
+ if ( SFX_ITEM_DEFAULT == eState )
{
const SvxSmartTagItem* pSmartTagItem = PTR_CAST( SvxSmartTagItem, pState );
if ( 0 != pSmartTagItem )