View | Details | Raw Unified | Return to issue 118876
Collapse All | Expand All

(-)fusumry.cxx (-2 / +6 lines)
Lines 192-199 Link Here
192
				* Text hinzufuegen
192
				* Text hinzufuegen
193
				**************************************************************/
193
				**************************************************************/
194
				OutlinerParaObject* pParaObj = pTextObj->GetOutlinerParaObject();
194
				OutlinerParaObject* pParaObj = pTextObj->GetOutlinerParaObject();
195
				pParaObj->SetOutlinerMode( OUTLINERMODE_OUTLINEOBJECT );
195
				// #118876#, check if the OutlinerParaObject is created successfully
196
				pOutl->AddText(*pParaObj);
196
				if( pParaObj )
197
				{
198
					pParaObj->SetOutlinerMode( OUTLINERMODE_OUTLINEOBJECT );
199
					pOutl->AddText(*pParaObj);
200
				}
197
			}
201
			}
198
		}
202
		}
199
	}
203
	}

Return to issue 118876