User: rt Date: 2007-07-06 08:45:55+0000 Modified: dba/dbaccess/source/ui/uno/unoDirectSql.hxx
Log: INTEGRATION: CWS oj14 (1.4.8); FILE MERGED 2006/04/25 13:03:21 oj 1.4.8.3: new include 2006/03/20 07:49:02 oj 1.4.8.2: use of module client helper 2006/01/03 07:49:30 oj 1.4.8.1: changed module client File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: unoDirectSql.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/unoDirectSql.hxx?r1=1.4&r2=1.5 Delta lines: +4 -4 ------------------- --- unoDirectSql.hxx 2005-09-08 16:52:50+0000 1.4 +++ unoDirectSql.hxx 2007-07-06 08:45:52+0000 1.5 @@ -39,9 +39,6 @@ #ifndef _SVT_GENERICUNODIALOG_HXX_ #include <svtools/genericunodialog.hxx> #endif -#ifndef _DBAUI_MODULE_DBU_HXX_ -#include "moduledbu.hxx" -#endif #ifndef _DBASHARED_APITOOLS_HXX_ #include "apitools.hxx" #endif @@ -54,6 +51,9 @@ #ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_ #include <com/sun/star/sdbc/XRowSet.hpp> #endif +#ifndef _DBAUI_MODULE_DBU_HXX_ +#include "moduledbu.hxx" +#endif #ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ #include <com/sun/star/sdbc/XConnection.hpp> #endif @@ -73,8 +73,8 @@ class ODirectSQLDialog :public ODirectSQLDialog_BASE ,public ODirectSQLDialog_PBASE - ,public OModuleClient { + OModuleClient m_aModuleClient; ::rtl::OUString m_sInitialSelection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnection; protected: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
