diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:19:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:19:17 +0000 |
commit | bb971f1bfaeb1203efa0ec559ad80387c4b1a22a (patch) | |
tree | 63b05fbb32a320edff84083bfe39be14daa9d92c | |
parent | 338d3dbea16adb76d72fc9ec7ac97e05fc6d5029 (diff) |
INTEGRATION: CWS presenterview (1.33.18); FILE MERGED
2007/12/13 10:30:07 af 1.33.18.5: RESYNC: (1.35-1.36); FILE MERGED
2007/09/11 15:32:23 af 1.33.18.4: RESYNC: (1.34-1.35); FILE MERGED
2007/04/26 08:48:06 af 1.33.18.3: #i18486# Resolved resync problems.
2007/04/19 16:10:16 af 1.33.18.2: RESYNC: (1.33-1.34); FILE MERGED
2007/03/12 14:15:11 af 1.33.18.1: #i74730# Remove unused SlideViewShell inclusion.
-rw-r--r-- | sd/source/ui/view/frmview.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx index 72458d47468a..669a5af5c58a 100644 --- a/sd/source/ui/view/frmview.cxx +++ b/sd/source/ui/view/frmview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frmview.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 14:37:39 $ + * last change: $Author: kz $ $Date: 2008-04-03 15:19:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,9 +77,6 @@ #ifndef SD_OUTLINE_VIEW_SHELL_HXX #include "OutlineViewShell.hxx" #endif -#ifndef SD_SLIDE_VIEW_SHELL_HXX -#include "SlideViewShell.hxx" -#endif #include "app.hxx" #include "sdresid.hxx" #include "pres.hxx" @@ -165,7 +162,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK * mnPresViewShellId = SID_VIEWSHELL0; break; - case ViewShell::ST_SLIDE: + case ViewShell::ST_SLIDE_SORTER: mnPresViewShellId = SID_VIEWSHELL1; break; |