diff options
author | Andre Fischer <af@apache.org> | 2013-06-03 10:38:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-04 11:09:20 +0100 |
commit | b269b4ee7c44ec33e63838412bdf4d2a0e1b4887 (patch) | |
tree | 1af7bc0e4c57622b7e97bac91a626a9d93f25de6 | |
parent | 8de6167e36506a5cba21f6a35d4f064e9c9ea368 (diff) |
Resolves: #i122437# Fixed context notification for Draw documents
(cherry picked from commit 88914c616747693083819ec44ea81c9d96fa5136)
Change-Id: I6d5c7365cfe51ba7c6ce57f589264aac8b066742
-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)) { |