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

INTEGRATION: CWS impressodf12 (1.35.26); FILE MERGED

2008/05/26 15:11:40 cl 1.35.26.1: #i75927# added restart for numbering
üst 80a8955c
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: outlin2.cxx,v $ * $RCSfile: outlin2.cxx,v $
* $Revision: 1.35 $ * $Revision: 1.36 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
...@@ -309,8 +309,7 @@ BOOL Outliner::IsExpanded( Paragraph* pPara ) const ...@@ -309,8 +309,7 @@ BOOL Outliner::IsExpanded( Paragraph* pPara ) const
Paragraph* Outliner::GetParent( Paragraph* pParagraph ) const Paragraph* Outliner::GetParent( Paragraph* pParagraph ) const
{ {
DBG_CHKTHIS(Outliner,0); DBG_CHKTHIS(Outliner,0);
USHORT nRelPos; return pParaList->GetParent( pParagraph );
return pParaList->GetParent( pParagraph, nRelPos );
} }
ULONG Outliner::GetChildCount( Paragraph* pParent ) const ULONG Outliner::GetChildCount( Paragraph* pParent ) const
......
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