summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/inc/cppuhelper/interfacecontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/interfacecontainer.h b/cppuhelper/inc/cppuhelper/interfacecontainer.h
index 77c39f646294..251297de732b 100644
--- a/cppuhelper/inc/cppuhelper/interfacecontainer.h
+++ b/cppuhelper/inc/cppuhelper/interfacecontainer.h
@@ -509,7 +509,7 @@ struct OBroadcastHelperVar
struct hashType_Impl
{
size_t operator()(const ::com::sun::star::uno::Type & s) const SAL_THROW(())
- { return s.getTypeName().hashCode(); }
+ { return (size_t) s.getTypeName().hashCode(); }
};