summaryrefslogtreecommitdiff
path: root/svx/source/outliner
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:30:40 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-06 11:30:40 +0000
commitcf95ca872ad3af0a7d27114240d8725d48a424a7 (patch)
tree463840f0953319ff823a6a261842302ceaf3dfce /svx/source/outliner
parentc8a1a4fd4912ded0e6f88487a41d54335debd1e8 (diff)
INTEGRATION: CWS impressodf12 (1.35.26); FILE MERGED
2008/05/26 15:11:40 cl 1.35.26.1: #i75927# added restart for numbering
Diffstat (limited to 'svx/source/outliner')
-rw-r--r--svx/source/outliner/outlin2.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/outliner/outlin2.cxx b/svx/source/outliner/outlin2.cxx
index bbe7ea30e9..d04fd018b2 100644
--- a/svx/source/outliner/outlin2.cxx
+++ b/svx/source/outliner/outlin2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: outlin2.cxx,v $
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
* This file is part of OpenOffice.org.
*
@@ -309,8 +309,7 @@ BOOL Outliner::IsExpanded( Paragraph* pPara ) const
Paragraph* Outliner::GetParent( Paragraph* pParagraph ) const
{
DBG_CHKTHIS(Outliner,0);
- USHORT nRelPos;
- return pParaList->GetParent( pParagraph, nRelPos );
+ return pParaList->GetParent( pParagraph );
}
ULONG Outliner::GetChildCount( Paragraph* pParent ) const