diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:04:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 14:04:23 +0000 |
commit | 1e8b5927cc240d6741cd2d21f9458cc0aded5d9a (patch) | |
tree | fc1733b8d73501250e92ba533df451091442c882 /sd/source/ui/view | |
parent | 062e5f70267c492fd3be78f72cca7442146cba88 (diff) |
INTEGRATION: CWS presenterview (1.14.16); FILE MERGED
2008/03/26 10:47:01 cl 1.14.16.7: RESYNC: (1.19-1.20); FILE MERGED
2007/12/13 10:29:58 af 1.14.16.6: RESYNC: (1.18-1.19); FILE MERGED
2007/09/11 15:31:39 af 1.14.16.5: RESYNC: (1.17-1.18); FILE MERGED
2007/07/24 11:59:48 af 1.14.16.4: RESYNC: (1.16-1.17); FILE MERGED
2007/07/11 09:10:50 af 1.14.16.3: RESYNC: (1.15-1.16); FILE MERGED
2007/04/19 16:06:42 af 1.14.16.2: RESYNC: (1.14-1.15); FILE MERGED
2007/02/21 13:24:51 af 1.14.16.1: #i74730# Remove unused SlideView and SlideViewShell.
Diffstat (limited to 'sd/source/ui/view')
-rw-r--r-- | sd/source/ui/view/PrintManager.cxx | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sd/source/ui/view/PrintManager.cxx b/sd/source/ui/view/PrintManager.cxx index 1df2d6f8f3ff..a7162fbeaa20 100644 --- a/sd/source/ui/view/PrintManager.cxx +++ b/sd/source/ui/view/PrintManager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: PrintManager.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2008-03-06 16:40:33 $ + * last change: $Author: kz $ $Date: 2008-04-03 15:04:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,9 +59,7 @@ #ifndef SD_OUTLINE_VIEW_SHELL_HXX #include "OutlineViewShell.hxx" #endif -#ifndef SD_SLIDE_VIEW_SHELL_HXX -#include "SlideViewShell.hxx" -#endif +//#include "SlideSorterViewShell.hxx" #include "Outliner.hxx" #include "Window.hxx" #include "FrameView.hxx" @@ -254,10 +252,10 @@ PrintDialog* PrintManager::CreatePrintDialog (::Window *pParent) pDlg->SetRangeText(UniString::CreateFromInt32( static_cast<DrawViewShell*>(pShell)->GetCurPageId())); } - else //if( this->ISA( SlideViewShell ) ) + /* else if(pShell->ISA(::sd::slidesorter::SlideSorterViewShell)) { String aStrRange( - static_cast<SlideViewShell*>(pShell)->GetPageRangeString()); + dynamic_cast<sd::slidesorter::SlideSorterViewShell*>(pShell)->GetPageRangeString()); if( aStrRange.Len() ) { pDlg->SetRangeText( aStrRange ); @@ -265,6 +263,7 @@ PrintDialog* PrintManager::CreatePrintDialog (::Window *pParent) // pDlg->CheckRange( PRINTDIALOG_RANGE ); } } + */ } else { |