Remove unused Int32HashCode

Change-Id: I0f43db050155b231dda8f78ed8f8144609c7125b
This commit is contained in:
Stephan Bergmann 2016-04-07 21:50:52 +02:00
parent 031d314eae
commit a0c96b0aa8

View File

@ -38,14 +38,6 @@ namespace framework{
Own hash functions used for stl-structures ... e.g. hash tables/maps ...
*/
struct Int32HashCode
{
size_t operator()( const ::sal_Int32& nValue ) const
{
return (size_t)nValue;
}
};
struct KeyEventHashCode
{
size_t operator()( const css::awt::KeyEvent& aEvent ) const