diff options
Diffstat (limited to 'sfx2/source/control/msg.cxx')
-rw-r--r-- | sfx2/source/control/msg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/msg.cxx b/sfx2/source/control/msg.cxx index 590b3bb1c4cb..574182c3cc98 100644 --- a/sfx2/source/control/msg.cxx +++ b/sfx2/source/control/msg.cxx @@ -29,7 +29,7 @@ SfxSlotKind SfxSlot::GetKind() const return (SfxSlotKind) SFX_KIND_STANDARD; if ( nMasterSlotId && fnExec==nullptr && fnState==nullptr ) { - if ( pType->Type() == TYPE(SfxBoolItem) ) + if ( *pType->pType == typeid(SfxBoolItem) ) return (SfxSlotKind) SFX_KIND_ENUM; else { |