summaryrefslogtreecommitdiff
path: root/svx/source/form/dbtoolsclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/dbtoolsclient.cxx')
-rw-r--r--svx/source/form/dbtoolsclient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/dbtoolsclient.cxx b/svx/source/form/dbtoolsclient.cxx
index 79e6eab0a4d6..4eb00fbde033 100644
--- a/svx/source/form/dbtoolsclient.cxx
+++ b/svx/source/form/dbtoolsclient.cxx
@@ -123,7 +123,7 @@ namespace svxform
// get the symbol for the method creating the factory
const OUString sFactoryCreationFunc( "createDataAccessToolsFactory" );
// reinterpret_cast<createDataAccessToolsFactoryFunction>
- s_pFactoryCreationFunc = (createDataAccessToolsFactoryFunction)(
+ s_pFactoryCreationFunc = reinterpret_cast<createDataAccessToolsFactoryFunction>(
osl_getFunctionSymbol(s_hDbtoolsModule, sFactoryCreationFunc.pData));
if (NULL == s_pFactoryCreationFunc)