summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/source/cpp_uno/shared/unointerfaceproxy.cxx')
-rw-r--r--bridges/source/cpp_uno/shared/unointerfaceproxy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx b/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
index df6dcb34b9fb..6b7aae26649e 100644
--- a/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
+++ b/bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
@@ -32,7 +32,7 @@ void freeUnoInterfaceProxy(uno_ExtEnvironment * pEnv, void * pProxy)
{
UnoInterfaceProxy * pThis =
static_cast< UnoInterfaceProxy * >(
- reinterpret_cast< uno_Interface * >( pProxy ) );
+ static_cast< uno_Interface * >( pProxy ) );
if (pEnv != pThis->pBridge->getUnoEnv()) {
assert(false);
}