summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-24 11:27:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-24 11:27:13 +0100
commit43fe89ab340c3c8ff3197b35613495b7abebcfd6 (patch)
treec3cd4284fd63e392e3f379c28af75a585a1957f8
parenta47d863ddc9c7a9e3dc54264a8ddcdedd8035636 (diff)
hmm, rebuilt the first time ok for me, remove additional unused inlines
-rw-r--r--tools/inc/tools/list.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/list.hxx b/tools/inc/tools/list.hxx
index 22cb0be6a340..8caa0d15cc74 100644
--- a/tools/inc/tools/list.hxx
+++ b/tools/inc/tools/list.hxx
@@ -97,8 +97,6 @@ public: \
{ List::Insert( (void*)p, nIndex ); } \
void Insert( Type p ) \
{ List::Insert( (void*)p ); } \
- void Insert( Type pNew, Type pOld ) \
- { List::Insert( (void*)pNew, (void*)pOld ); } \
Type Remove() \
{ return (Type)List::Remove(); } \
Type Remove( sal_uIntPtr nIndex ) \