summaryrefslogtreecommitdiff
path: root/idl/source/cmptools/hash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source/cmptools/hash.cxx')
-rw-r--r--idl/source/cmptools/hash.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/idl/source/cmptools/hash.cxx b/idl/source/cmptools/hash.cxx
index dc513e402d83..dc6e27cebf98 100644
--- a/idl/source/cmptools/hash.cxx
+++ b/idl/source/cmptools/hash.cxx
@@ -188,14 +188,4 @@ bool SvStringHashTable::equals( const OString& rElement,
return rElement.equals( pEntries[ nIndex ].GetName() );
}
-void SvStringHashTable::FillHashList( SvStringHashList * pList ) const
-{
- for( sal_uInt32 n = 0; n < GetMax(); n++ )
- {
- if( IsEntry( n ) )
- pList->push_back( Get( n ) );
- }
- // hash order, sort now
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */