Kaydet (Commit) e5ccf0c1 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We want the function pointer here, but not call it yet

We will call it just a few lines later.

Change-Id: Id979fb7fdaebd05f2432d8917b921d1b1779d8a7
üst 19e004ed
...@@ -52,7 +52,7 @@ ScAbstractDialogFactory* ScAbstractDialogFactory::Create() ...@@ -52,7 +52,7 @@ ScAbstractDialogFactory* ScAbstractDialogFactory::Create()
fp = reinterpret_cast<ScAbstractDialogFactory* (SAL_CALL*)()>( fp = reinterpret_cast<ScAbstractDialogFactory* (SAL_CALL*)()>(
aDialogLibrary.getFunctionSymbol( "ScCreateDialogFactory" )); aDialogLibrary.getFunctionSymbol( "ScCreateDialogFactory" ));
#else #else
fp = ScCreateDialogFactory(); fp = ScCreateDialogFactory;
#endif #endif
#endif #endif
if ( fp ) if ( fp )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment