summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xtablend.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-06-21 07:29:15 -0700
committerJoseph Powers <jpowers27@cox.net>2011-06-21 07:29:15 -0700
commita8a1afac4d1b476562ec60ef244ef15d6258dde0 (patch)
tree56a898fa11851d1662538e23203c859dc81247a8 /svx/source/xoutdev/xtablend.cxx
parent6b0f98c64c73e26d789f968938d93ed02fee169f (diff)
Remove nDummy parameter from XPropertyList::Remove()
Diffstat (limited to 'svx/source/xoutdev/xtablend.cxx')
-rw-r--r--svx/source/xoutdev/xtablend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xtablend.cxx b/svx/source/xoutdev/xtablend.cxx
index 80ccbc11a33b..31f2a60ac01a 100644
--- a/svx/source/xoutdev/xtablend.cxx
+++ b/svx/source/xoutdev/xtablend.cxx
@@ -270,7 +270,7 @@ XLineEndEntry* XLineEndList::Replace(XLineEndEntry* pEntry, long nIndex )
XLineEndEntry* XLineEndList::Remove(long nIndex)
{
- return (XLineEndEntry*) XPropertyList::Remove(nIndex, 0);
+ return (XLineEndEntry*) XPropertyList::Remove(nIndex);
}
XLineEndEntry* XLineEndList::GetLineEnd(long nIndex) const