INTEGRATION: CWS iha06 (1.6.40); FILE MERGED
2005/01/11 15:04:54 iha 1.6.40.1: #i39635# provide access to undomanager
This commit is contained in:
parent
85801e6eee
commit
edd8066caf
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: SlideSorterViewShell.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2005-01-25 15:18:31 $
|
||||
* last change: $Author: rt $ $Date: 2005-01-31 14:59:49 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -83,6 +83,7 @@
|
|||
#include "sdpage.hxx"
|
||||
#include "SdUnoSlideView.hxx"
|
||||
#include "PaneManager.hxx"
|
||||
#include "DrawDocShell.hxx"
|
||||
|
||||
#include <sfx2/app.hxx>
|
||||
#include <sfx2/msg.hxx>
|
||||
|
@ -164,6 +165,7 @@ SlideSorterViewShell::SlideSorterViewShell (
|
|||
|
||||
|
||||
SetPool( &GetDoc()->GetPool() );
|
||||
SetUndoManager( GetDoc()->GetDocSh()->GetUndoManager() );
|
||||
|
||||
mpView = mpSlideSorterView.get();
|
||||
if (pFrameViewArgument != NULL)
|
||||
|
|
Loading…
Reference in a new issue