diff options
Diffstat (limited to 'sd/source/ui/sidebar/MasterPageObserver.cxx')
-rw-r--r-- | sd/source/ui/sidebar/MasterPageObserver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx b/sd/source/ui/sidebar/MasterPageObserver.cxx index cc32177d3bfa..4b2db78b4244 100644 --- a/sd/source/ui/sidebar/MasterPageObserver.cxx +++ b/sd/source/ui/sidebar/MasterPageObserver.cxx @@ -226,7 +226,7 @@ void MasterPageObserver::Implementation::Notify( { switch (pSdrHint->GetKind()) { - case HINT_PAGEORDERCHG: + case SdrHintKind::PageOrderChange: // Process the modified set of pages only when the number of // standard and notes master pages are equal. This test // filters out events that are sent in between the insertion |