summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/view/ViewShellImplementation.cxx22
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)