Kaydet (Commit) abc19329 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS interop12 (1.46.80); FILE MERGED

2004/02/13 21:31:31 cl 1.46.80.3: RESYNC: (1.47-1.50); FILE MERGED
2003/12/09 23:09:14 cl 1.46.80.2: RESYNC: (1.46-1.47); FILE MERGED
2003/09/19 14:38:28 cl 1.46.80.1: #111385# initial version
üst f75037d0
......@@ -2,9 +2,9 @@
*
* $RCSfile: outlnvsh.cxx,v $
*
* $Revision: 1.51 $
* $Revision: 1.52 $
*
* last change: $Author: obo $ $Date: 2004-03-17 11:29:08 $
* last change: $Author: rt $ $Date: 2004-03-30 15:55:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -2327,8 +2327,7 @@ BOOL OutlineViewShell::UpdateTitleObject( SdPage* pPage, Paragraph* pPara )
// als Praesentationsobjekt anmelden
pTO->SetUserCall( pPage );
List* pPresObjList = pPage->GetPresObjList();
pPresObjList->Insert( pTO, LIST_APPEND );
pPage->InsertPresObj( pTO, PRESOBJ_TITLE );
pPage->InsertObject( pTO );
// TRUE: DontRemoveHardAttr
......@@ -2403,8 +2402,7 @@ BOOL OutlineViewShell::UpdateLayoutObject( SdPage* pPage, Paragraph* pPara )
// als Praesentationsobjekt anmelden
pTO->SetUserCall( pPage );
List* pPresObjList = pPage->GetPresObjList();
pPresObjList->Insert( pTO, LIST_APPEND );
pPage->InsertPresObj( pTO, PRESOBJ_OUTLINE );
pPage->InsertObject( pTO );
pOPO->SetOutlinerMode( eOutlinerMode );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment