summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drvwshrg.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-27 13:22:01 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-27 13:22:01 +0000
commit1f9212226fc51243c68cf85368681dba391f05b0 (patch)
tree16dbea6b60701675fc4615e8f3e4d1381bfea7b8 /sd/source/ui/view/drvwshrg.cxx
parenta49d5b3551351a2db3f42a94bfaf773a6782ce7c (diff)
INTEGRATION: CWS impress27 (1.14.30); FILE MERGED
2004/12/14 15:54:07 af 1.14.30.1: #i38391# Removed support for the preview window.
Diffstat (limited to 'sd/source/ui/view/drvwshrg.cxx')
-rw-r--r--sd/source/ui/view/drvwshrg.cxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index 50806a2c1006..62341298ca1f 100644
--- a/sd/source/ui/view/drvwshrg.cxx
+++ b/sd/source/ui/view/drvwshrg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drvwshrg.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 20:33:37 $
+ * last change: $Author: rt $ $Date: 2005-01-27 14:22:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,9 +112,6 @@
#ifndef SD_NAVIGATOR_CHILD_WINDOW_HXX
#include "NavigatorChildWindow.hxx"
#endif
-#ifndef SD_PREVIEW_CHILD_WINDOW_HXX
-#include "PreviewChildWindow.hxx"
-#endif
#ifndef SD_LAYER_DIALOG_CHILD_WINDOW_HXX
#include "LayerDialogChildWindow.hxx"
#endif
@@ -157,7 +154,6 @@ SFX_IMPL_INTERFACE(DrawViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL))
SFX_CHILDWINDOW_REGISTRATION( SvxFontWorkChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxColorChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( AnimationChildWindow::GetChildWindowId() );
- SFX_CHILDWINDOW_REGISTRATION( PreviewChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( Svx3DChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxBmpMaskChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( GalleryChildWindow::GetChildWindowId() );
@@ -195,7 +191,6 @@ SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL)) //SOH
SFX_CHILDWINDOW_REGISTRATION( SvxFontWorkChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxColorChildWindow::GetChildWindowId() );
//SFX_CHILDWINDOW_REGISTRATION( SdAnimationChildWindow::GetChildWindowId() );
- /* ? */SFX_CHILDWINDOW_REGISTRATION( PreviewChildWindow::GetChildWindowId() );
//SFX_CHILDWINDOW_REGISTRATION( Sd3DChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( Svx3DChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxBmpMaskChildWindow::GetChildWindowId() );