diff options
Diffstat (limited to 'idl/inc/hash.hxx')
-rw-r--r-- | idl/inc/hash.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index aaecabe82d0c..4836138e8a27 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -114,8 +114,6 @@ public: SvStringHashEntry * Get ( sal_uInt32 nIndex ) const; // return pointer to string SvStringHashEntry & operator []( sal_uInt32 nPos ) const { return pEntries[ nPos ]; } - - void FillHashList( SvStringHashList * rList ) const; }; #endif // INCLUDED_IDL_INC_HASH_HXX |