User: rt Date: 2007-07-06 08:45:15+0000 Modified: dba/dbaccess/source/ui/uno/dbinteraction.hxx
Log: INTEGRATION: CWS oj14 (1.6.8); FILE MERGED 2006/04/25 13:03:21 oj 1.6.8.3: new include 2006/03/20 07:49:01 oj 1.6.8.2: use of module client helper 2006/01/03 07:49:30 oj 1.6.8.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: dbinteraction.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/dbinteraction.hxx?r1=1.6&r2=1.7 Delta lines: +4 -6 ------------------- --- dbinteraction.hxx 2005-09-08 16:51:28+0000 1.6 +++ dbinteraction.hxx 2007-07-06 08:45:13+0000 1.7 @@ -40,7 +40,9 @@ #include <cppuhelper/implbase2.hxx> #endif - +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> #endif @@ -63,10 +65,6 @@ #include "apitools.hxx" #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif - namespace dbtools { class SQLExceptionInfo; @@ -96,8 +94,8 @@ */ class OInteractionHandler :public OInteractionHandler_Base - ,public OModuleClient // want to use resources { + OModuleClient m_aModuleClient; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB; public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
