diff options
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx index a215952023a8..319371bc97d7 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx @@ -567,6 +567,7 @@ void SlideSorterViewShell::Activate (sal_Bool bIsMDIActivate) case ViewShell::ST_IMPRESS: case ViewShell::ST_SLIDE_SORTER: case ViewShell::ST_NOTES: + case ViewShell::ST_DRAW: eContext = EnumContext::Context_DrawPage; if (pMainViewShell->ISA(DrawViewShell)) { |