You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/06/03 12:38:19 UTC

svn commit: r1488952 - /openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx

Author: af
Date: Mon Jun  3 10:38:19 2013
New Revision: 1488952

URL: http://svn.apache.org/r1488952
Log:
122437: Fixed context notification for Draw documents.

Modified:
    openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx

Modified: openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx?rev=1488952&r1=1488951&r2=1488952&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxx Mon Jun  3 10:38:19 2013
@@ -567,6 +567,7 @@ void SlideSorterViewShell::Activate (sal
 		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))
             {