summaryrefslogtreecommitdiff
path: root/tools/inc/tools/table.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inc/tools/table.hxx')
-rw-r--r--tools/inc/tools/table.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/table.hxx b/tools/inc/tools/table.hxx
index bfb91fbe7dc6..ec0c82cf663b 100644
--- a/tools/inc/tools/table.hxx
+++ b/tools/inc/tools/table.hxx
@@ -65,7 +65,6 @@ public:
{ return Container::GetObject( (nPos*2)+1 ); }
sal_uIntPtr GetObjectKey( sal_uIntPtr nPos ) const
{ return (sal_uIntPtr)Container::GetObject( nPos*2 ); }
- sal_uIntPtr GetUniqueKey( sal_uIntPtr nStartKey = 1 ) const;
sal_uIntPtr SearchKey( sal_uIntPtr nKey, sal_uIntPtr* pPos = NULL ) const;
void* Seek( sal_uIntPtr nKey );
@@ -102,7 +101,6 @@ public: \
using Table::Count; \
using Table::GetCurKey; \
using Table::GetObjectKey; \
- using Table::GetUniqueKey; \
using Table::SearchKey; \
using Table::IsKeyValid; \
\