diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-28 09:53:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-28 09:53:40 +0000 |
commit | 5865da855bbec9b3f9e94bac7e601820aeb7f77f (patch) | |
tree | 40c1d910e48fdaf596ccbafb1174340d32a5cb06 /sd/source/ui/view/ViewShellImplementation.cxx | |
parent | 6ba7357d5c2ae4fca77485d30ac68843f83f2cb0 (diff) |
#i10000# PreviewWindow and PreviewChildWindow removed
Diffstat (limited to 'sd/source/ui/view/ViewShellImplementation.cxx')
-rw-r--r-- | sd/source/ui/view/ViewShellImplementation.cxx | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index 7e11e82a6e5d..fca95312f3f3 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.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-01-27 14:32:32 $ + * last change: $Author: obo $ $Date: 2005-01-28 10:53:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -307,24 +307,6 @@ void ViewShell::Implementation::ProcessModifyPageSlot ( // a result of the ssignment of the layout. mrViewShell.GetDrawView()->UnmarkAll(); - SfxChildWindow* pPreviewChildWindow = - mrViewShell.GetViewFrame()->GetChildWindow( - PreviewChildWindow::GetChildWindowId() ); - PreviewWindow* pPreviewWin = NULL; - - // notify preview slide show are changes are to be done - /* - if( pPreviewChildWindow!=NULL - && (pPreviewWin = static_cast<PreviewWindow*>( - pPreviewChildWindow->GetWindow()))!= NULL) - { - FuSlideShow* pShow = pPreviewWin->GetSlideShow(); - -if( pShow ) -pShow->InitPageModify(); -} - */ - if (!bHandoutMode) { if (pCurrentPage->GetName() != aNewName) |