summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-31 13:17:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-03-31 13:17:19 +0200
commitbe44ec8c28ce2af9644fcc58317dc1c9b20e2a21 (patch)
tree0f6fd8c7be516abf407f10b5ebdce068f8834b55 /ucb/source/ucp/gio
parent90da412b2b5955ab6c014ff7bce5058ee5c3bc2d (diff)
Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: I4df86baf0106283c78942c40a4b5830dd9c91195
Diffstat (limited to 'ucb/source/ucp/gio')
-rw-r--r--ucb/source/ucp/gio/gio_provider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gio/gio_provider.cxx b/ucb/source/ucp/gio/gio_provider.cxx
index acc8f1e14325..4832f86e2065 100644
--- a/ucb/source/ucp/gio/gio_provider.cxx
+++ b/ucb/source/ucp/gio/gio_provider.cxx
@@ -117,7 +117,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL ucpgio1_component_getFactory( co
void * pRet = 0;
uno::Reference< lang::XMultiServiceFactory > xSMgr
- (reinterpret_cast< lang::XMultiServiceFactory * >( pServiceManager ) );
+ (static_cast< lang::XMultiServiceFactory * >( pServiceManager ) );
uno::Reference< lang::XSingleServiceFactory > xFactory;
#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init();