Tag: cws_src680_oj14 User: oj Date: 2007-06-04 18:57:17+0000 Log: RESYNC: (1.108-1.109); FILE MERGED
File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.102.4.7&r2=1.102.4.8 Delta lines: +4 -4 ------------------- --- querycontroller.cxx 2007-02-20 20:44:17+0000 1.102.4.7 +++ querycontroller.cxx 2007-06-04 18:57:13+0000 1.102.4.8 @@ -1494,7 +1494,7 @@ String sObjectType; { LocalResourceAccess aLocalRes( RSC_QUERY_OBJECT_TYPE, RSC_RESOURCE ); - sObjectType = String( ResId( m_bIndependent ? 3 : m_bCreateView ? 2 : 1 ) ); + sObjectType = String( ModuleRes( m_bIndependent ? 3 : m_bCreateView ? 2 : 1 ) ); } sMessageText.SearchAndReplace( String::CreateFromAscii( "$object$" ), sObjectType ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
