summaryrefslogtreecommitdiffstats
path: root/idl/source/cmptools/hash.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-22 09:48:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-22 13:11:34 +0100
commit1a2c28cf0dabd1b84d7130186f562de82cb1ca82 (patch)
treef54172eb3951868da972602acf12c8f91672f87b /idl/source/cmptools/hash.cxx
parentAvoid unnecessary #include (diff)
downloadcore-1a2c28cf0dabd1b84d7130186f562de82cb1ca82.tar.gz
core-1a2c28cf0dabd1b84d7130186f562de82cb1ca82.zip
callcatcher: update unused code
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
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: */