Kaydet (Commit) c0e82729 authored tarafından Caolán McNamara's avatar Caolán McNamara

stray String in extensions

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