User: rt Date: 2007-07-06 08:30:56+0000 Modified: dba/dbaccess/source/ui/inc/localresaccess.hxx
Log: INTEGRATION: CWS oj14 (1.3.8); FILE MERGED 2006/07/04 08:10:01 oj 1.3.8.4: RESYNC: (1.3-1.4); FILE MERGED 2006/04/25 13:03:11 oj 1.3.8.3: new include 2006/03/20 07:48:40 oj 1.3.8.2: use of module client helper 2006/01/03 07:49:16 oj 1.3.8.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: localresaccess.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/localresaccess.hxx?r1=1.4&r2=1.5 Delta lines: +4 -3 ------------------- --- localresaccess.hxx 2006-05-04 08:43:55+0000 1.4 +++ localresaccess.hxx 2007-07-06 08:30:53+0000 1.5 @@ -36,12 +36,12 @@ #ifndef _DBAUI_LOCALRESACCESS_HXX_ #define _DBAUI_LOCALRESACCESS_HXX_ -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _SVTOOLS_LOCALRESACCESS_HXX_ #include <svtools/localresaccess.hxx> #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif //......................................................................... namespace dbaui @@ -56,6 +56,7 @@ typedef ::svt::OLocalResourceAccess LRA_Base; class LocalResourceAccess : protected LRA_Base { + OModuleClient m_aModuleClient; public: inline LocalResourceAccess( sal_uInt16 _nId, RESOURCE_TYPE _rType ) :LRA_Base( ModuleRes( _nId ), _rType ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
