summaryrefslogtreecommitdiff
path: root/sfx2/source/control/shell.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 10:20:47 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:37 +0200
commit98fa826a51a67d278c7c81f728c35753ffefe1b5 (patch)
treed81d489b43e483734684371de231e9bff312ec44 /sfx2/source/control/shell.cxx
parente137c4028ce5ceb2bbf988f47875e6b5e2c9764f (diff)
convert SfxSlotKind to scoped enum
Change-Id: I742e83bd455bc0efa4ad5a34575d3255c3a9a16f
Diffstat (limited to 'sfx2/source/control/shell.cxx')
-rw-r--r--sfx2/source/control/shell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index c37c41d26ea2..d009c0cc283f 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -272,7 +272,7 @@ void SfxShell::Invalidate_Impl( SfxBindings& rBindings, sal_uInt16 nId )
if ( pSlot )
{
// At Enum-Slots invalidate the Master-Slot
- if ( SFX_KIND_ENUM == pSlot->GetKind() )
+ if ( SfxSlotKind::Enum == pSlot->GetKind() )
pSlot = pSlot->GetLinkedSlot();
// Invalidate the Slot itself and possible also all Slave-Slots