diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-11-27 13:39:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-11-27 13:39:09 +0000 |
commit | f7eec5d5929d1eebf76573b5b5944defe9d00a42 (patch) | |
tree | e4457e87a22bfeadc0571d710836b94c4554cc81 /sd/source/ui/view/ViewShellImplementation.cxx | |
parent | ba7c78ddc249472282eed6da0e49fe293e275e79 (diff) |
INTEGRATION: CWS presentationengine01 (1.4.18); FILE MERGED
2004/11/17 19:38:06 thb 1.4.18.2: RESYNC: (1.4-1.5); FILE MERGED
2004/08/25 16:32:45 cl 1.4.18.1: replaced old FuSlideShow with new SlideShow
Diffstat (limited to 'sd/source/ui/view/ViewShellImplementation.cxx')
-rw-r--r-- | sd/source/ui/view/ViewShellImplementation.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index 1ff461e9661a..dfc120f32a81 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ViewShellImplementation.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2004-11-16 16:38:11 $ + * last change: $Author: kz $ $Date: 2004-11-27 14:39:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,6 +80,7 @@ #include "PreviewWindow.hxx" #include "fuslshow.hxx" #include "FactoryIds.hxx" +#include "slideshow.hxx" #include <sfx2/bindings.hxx> #include <sfx2/dispatch.hxx> @@ -368,6 +369,7 @@ void ViewShell::Implementation::ProcessModifyPageSlot ( PreviewWindow* pPreviewWin = NULL; // notify preview slide show are changes are to be done +/* if( pPreviewChildWindow!=NULL && (pPreviewWin = static_cast<PreviewWindow*>( pPreviewChildWindow->GetWindow()))!= NULL) @@ -377,6 +379,7 @@ void ViewShell::Implementation::ProcessModifyPageSlot ( if( pShow ) pShow->InitPageModify(); } +*/ if (!bHandoutMode) { |