diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 13:55:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-22 13:55:46 +0100 |
commit | c0e827297bfc7cc723059648fff590b798ff2109 (patch) | |
tree | 9004eb2fbbcea79f0d03cf55f6e4788906ccc357 /extensions | |
parent | ef23018f6f3338adeee06de8a989781347a1dea8 (diff) |
stray String in extensions
Change-Id: Iea98e52fd026d93f68ab9916ccb583b156d5c9a7
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/scanwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index d671ebcbf4a0..fb3aea31f580 100644 --- a/extensions/source/scanner/scanwin.cxx +++ b/extensions/source/scanner/scanwin.cxx @@ -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; |