summaryrefslogtreecommitdiff
path: root/include/com/sun/star/uno/Type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/com/sun/star/uno/Type.h')
-rw-r--r--include/com/sun/star/uno/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h
index 55b9c8317aef..5ca395e881fb 100644
--- a/include/com/sun/star/uno/Type.h
+++ b/include/com/sun/star/uno/Type.h
@@ -132,7 +132,7 @@ public:
@return type class of set type
*/
TypeClass SAL_CALL getTypeClass() const
- { return (TypeClass)_pType->eTypeClass; }
+ { return static_cast<TypeClass>(_pType->eTypeClass); }
/** Gets the name of the set type.