INTEGRATION: CWS impress131_SRC680 (1.18.44); FILE MERGED
2007/10/17 12:50:51 cl 1.18.44.1: #ii62835# use getCurrentPage() to also work for master slides
This commit is contained in:
parent
8227686f10
commit
f22d9f24ad
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: stlsheet.cxx,v $
|
||||
*
|
||||
* $Revision: 1.18 $
|
||||
* $Revision: 1.19 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2007-08-02 18:22:18 $
|
||||
* last change: $Author: hr $ $Date: 2007-11-01 15:23:22 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -357,7 +357,7 @@ SdStyleSheet* SdStyleSheet::GetRealStyleSheet() const
|
|||
pBase->GetMainViewShell().get());
|
||||
if (pDrawViewShell != NULL && pDrawViewShell->GetDoc() == pDoc)
|
||||
{
|
||||
SdPage* pPage = pDrawViewShell->GetActualPage();
|
||||
SdPage* pPage = pDrawViewShell->getCurrentPage();
|
||||
DBG_ASSERT(pPage, "aktuelle Seite nicht gefunden");
|
||||
aRealStyle = pPage->GetLayoutName();
|
||||
// hinter dem Separator abschneiden
|
||||
|
|
Loading…
Reference in a new issue