diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 09:48:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 13:11:34 +0100 |
commit | 1a2c28cf0dabd1b84d7130186f562de82cb1ca82 (patch) | |
tree | f54172eb3951868da972602acf12c8f91672f87b /idl/inc/hash.hxx | |
parent | f5fc81616ccf45edd180cfb8c7002eb50284f90d (diff) |
callcatcher: update unused code
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
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 |