extensions/source/scanner/scanwin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c0e827297bfc7cc723059648fff590b798ff2109 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Oct 22 13:55:46 2013 +0100 stray String in extensions Change-Id: Iea98e52fd026d93f68ab9916ccb583b156d5c9a7 diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index d671ebc..fb3aea3 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;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits