summaryrefslogtreecommitdiffstats
path: root/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-31 13:14:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-03-31 13:14:10 +0200
commitfb6c3bd2db4960b96151267838859e4f3172a444 (patch)
tree5d5e26098f394a714d6d596281618a592e0d4933 /filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
parentReduce to static_cast any reinterpret_cast from void pointers (diff)
downloadcore-fb6c3bd2db4960b96151267838859e4f3172a444.tar.gz
core-fb6c3bd2db4960b96151267838859e4f3172a444.zip
Reduce to static_cast any reinterpret_cast from void pointers
Change-Id: I1d8fc57cb95e12e2a3946fc1927427ab0efbf0db
Diffstat (limited to 'filter/source/xsltdialog/xmlfilterdialogcomponent.cxx')
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogcomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx b/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
index 7c62fd803efe..fd570b7ef2c5 100644
--- a/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
+++ b/filter/source/xsltdialog/xmlfilterdialogcomponent.cxx
@@ -380,7 +380,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL xsltdlg_component_getFactory(
if ( implName.equals(XMLFilterDialogComponent_getImplementationName()) )
{
xFactory = createOneInstanceFactory(
- reinterpret_cast< XMultiServiceFactory * >( pServiceManager ),
+ static_cast< XMultiServiceFactory * >( pServiceManager ),
OUString::createFromAscii( pImplName ),
XMLFilterDialogComponent_createInstance, XMLFilterDialogComponent_getSupportedServiceNames() );