summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-09 09:13:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-09 09:23:10 +0100
commit20de64b70e885b221317cf2a021829bc575d269c (patch)
tree82161740041406e05024c1b385fea6cdbabf9093 /svx/source/xoutdev
parente54fd4b67db9dde9a36fe2ffd5fb4fde3d490c3b (diff)
callcatcher: various unused code
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r--svx/source/xoutdev/xtablend.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/xoutdev/xtablend.cxx b/svx/source/xoutdev/xtablend.cxx
index 40bde524cb7f..4c4492015cb5 100644
--- a/svx/source/xoutdev/xtablend.cxx
+++ b/svx/source/xoutdev/xtablend.cxx
@@ -157,11 +157,6 @@ XLineEndList::~XLineEndList()
impDestroy();
}
-XLineEndEntry* XLineEndList::Replace(XLineEndEntry* pEntry, long nIndex )
-{
- return (XLineEndEntry*) XPropertyList::Replace(pEntry, nIndex);
-}
-
XLineEndEntry* XLineEndList::Remove(long nIndex)
{
return (XLineEndEntry*) XPropertyList::Remove(nIndex);