summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-07 21:50:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-07 21:50:52 +0200
commita0c96b0aa845866ce412427a55a25941712ab3cf (patch)
tree3174ca45702643e8cfe35e370483370ca2d61aa6 /framework
parent031d314eae926244246565b401d86396eb5b73d6 (diff)
Remove unused Int32HashCode
Change-Id: I0f43db050155b231dda8f78ed8f8144609c7125b
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/stdtypes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h
index 0f1f28f3e3a5..9cc180787462 100644
--- a/framework/inc/stdtypes.h
+++ b/framework/inc/stdtypes.h
@@ -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