summaryrefslogtreecommitdiff
path: root/tools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-25 00:43:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-26 12:18:08 +0100
commit70eb5c15e89409c22dbcdd7c49fa6271cc535d6b (patch)
tree5c9885f9e742e43dad124f026bce4008e955d03c /tools/inc
parent4eb52acf4e47ae659b1a3688e16e75509ab70597 (diff)
callcatcher: shiny unused method reduction from to-stl conversions
Diffstat (limited to 'tools/inc')
-rw-r--r--tools/inc/tools/table.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/table.hxx b/tools/inc/tools/table.hxx
index ec0c82cf663b..ec6927e9be93 100644
--- a/tools/inc/tools/table.hxx
+++ b/tools/inc/tools/table.hxx
@@ -68,7 +68,6 @@ public:
sal_uIntPtr SearchKey( sal_uIntPtr nKey, sal_uIntPtr* pPos = NULL ) const;
void* Seek( sal_uIntPtr nKey );
- void* Seek( void* p );
void* First();
void* Last();
void* Next();
@@ -129,8 +128,6 @@ public: \
\
Type Seek( sal_uIntPtr nKey ) \
{ return (Type)Table::Seek( nKey ); } \
- Type Seek( Type p ) \
- { return (Type)Table::Seek( (void*)p ); } \
Type First() { return (Type)Table::First(); } \
Type Last() { return (Type)Table::Last(); } \
Type Next() { return (Type)Table::Next(); } \