Kaydet (Commit) e0280873 authored tarafından Michael Stahl's avatar Michael Stahl

extensions: try to fix WNT String

Change-Id: I17ec25a836eda7bb023c440db1f40186b6156067
üst c0e82729
...@@ -255,7 +255,8 @@ void ImpTwain::ImplOpenSourceManager() ...@@ -255,7 +255,8 @@ void ImpTwain::ImplOpenSourceManager()
{ {
nCurState = 2; nCurState = 2;
if( ( ( pDSM = (DSMENTRYPROC) pMod->getSymbol( OUString( TWAIN_FUNCNAME ) ) ) != NULL ) && pDSM = (DSMENTRYPROC) pMod->getSymbol(OUString(TWAIN_FUNCNAME));
if (pDSM &&
( PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_PARENT, MSG_OPENDSM, &hTwainWnd ) == TWRC_SUCCESS ) ) ( PFUNC( &aAppIdent, NULL, DG_CONTROL, DAT_PARENT, MSG_OPENDSM, &hTwainWnd ) == TWRC_SUCCESS ) )
{ {
nCurState = 3; nCurState = 3;
......
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