INTEGRATION: CWS components1 (1.32.148); FILE MERGED
2007/01/25 14:46:01 af 1.32.148.3: RESYNC: (1.33-1.34); FILE MERGED 2006/09/25 17:01:39 af 1.32.148.2: RESYNC: (1.32-1.33); FILE MERGED 2006/08/22 09:40:15 af 1.32.148.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
This commit is contained in:
parent
fb17f4866b
commit
fdd8e4761e
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: navigatr.cxx,v $
|
||||
*
|
||||
* $Revision: 1.34 $
|
||||
* $Revision: 1.35 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2006-12-12 17:06:54 $
|
||||
* last change: $Author: rt $ $Date: 2007-04-03 15:42:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -772,7 +772,7 @@ void SdNavigatorWin::KeyInput( const KeyEvent& rKEvt )
|
|||
::sd::ViewShellBase* pBase =
|
||||
::sd::ViewShellBase::GetViewShellBase(
|
||||
mpBindings->GetDispatcher()->GetFrame());
|
||||
::sd::ViewShell* pViewShell = pBase->GetMainViewShell();
|
||||
::sd::ViewShell* pViewShell = pBase->GetMainViewShell().get();
|
||||
if (pViewShell != NULL)
|
||||
{
|
||||
::sd::Slideshow* pSlideShow = pViewShell->GetSlideShow();
|
||||
|
|
Loading…
Reference in a new issue