summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/anytostring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/anytostring.cxx')
-rw-r--r--comphelper/source/misc/anytostring.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/anytostring.cxx b/comphelper/source/misc/anytostring.cxx
index 50dc18547411..99221361ed24 100644
--- a/comphelper/source/misc/anytostring.cxx
+++ b/comphelper/source/misc/anytostring.cxx
@@ -196,7 +196,7 @@ void appendValue( OUStringBuffer & buf,
break;
}
case typelib_TypeClass_TYPE:
- buf.append( (*reinterpret_cast<
+ buf.append( (*static_cast<
typelib_TypeDescriptionReference * const * >(val)
)->pTypeName );
break;