summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Deck.cxx')
-rw-r--r--sfx2/source/sidebar/Deck.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index ae6ba6da825f..4b2893e823d2 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -168,7 +168,7 @@ bool Deck::Notify (NotifyEvent& rEvent)
if (pCommandEvent != NULL)
switch (pCommandEvent->GetCommand())
{
- case COMMAND_WHEEL:
+ case CommandEventId::Wheel:
return ProcessWheelEvent(pCommandEvent);
default: